Click or drag to resize

IAtomiaBillingApiDenyRole Method

Denies the role to access operation operationName.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void DenyRole(
	string role,
	string operationName,
	Guid accountId
)

Parameters

role
Type: SystemString
The role name.
operationName
Type: SystemString
Name of the operation.
accountId
Type: SystemGuid
The account id.
See Also