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. |
| not |
The set of actions that the caller is not allowed to perform. |
Property Details
actions
The set of actions that the caller is allowed to perform.
actions?: string[]
Property Value
string[]
notActions
The set of actions that the caller is not allowed to perform.
notActions?: string[]
Property Value
string[]