BillingPermission interface

The set of allowed action and not allowed actions a caller has on a resource.

Properties

actions

The set of actions that the caller is allowed to perform. NOTE: This property will not be serialized. It can only be populated by the server.

notActions

The set of actions that the caller is not allowed to perform. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

actions

The set of actions that the caller is allowed to perform. NOTE: This property will not be serialized. It can only be populated by the server.

actions?: string[]

Property Value

string[]

notActions

The set of actions that the caller is not allowed to perform. NOTE: This property will not be serialized. It can only be populated by the server.

notActions?: string[]

Property Value

string[]