BillingPermissionsProperties Class

Definition

The set of allowed action and not allowed actions a caller has on a billing account

public class BillingPermissionsProperties
type BillingPermissionsProperties = class
Public Class BillingPermissionsProperties
Inheritance
BillingPermissionsProperties

Constructors

BillingPermissionsProperties()

Initializes a new instance of the BillingPermissionsProperties class.

BillingPermissionsProperties(IList<String>, IList<String>)

Initializes a new instance of the BillingPermissionsProperties class.

Properties

Actions

Gets the set of actions that the caller is allowed to perform.

NotActions

Gets the set of actions that the caller is not allowed to perform.

Applies to