BillingRoleDefinitionProperties interface
The properties of a role definition.
Properties
description | The role description. NOTE: This property will not be serialized. It can only be populated by the server. |
permissions | The billingPermissions the role has. NOTE: This property will not be serialized. It can only be populated by the server. |
role |
The name of the role. |
Property Details
description
The role description. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
permissions
The billingPermissions the role has. NOTE: This property will not be serialized. It can only be populated by the server.
permissions?: BillingPermission[]
Property Value
roleName
The name of the role.
roleName: string
Property Value
string