Permission interface
The set of data plane operations permitted through this Role Definition.
Properties
data |
An array of data actions that are allowed. |
not |
An array of data actions that are denied. |
Property Details
dataActions
An array of data actions that are allowed.
dataActions?: string[]
Property Value
string[]
notDataActions
An array of data actions that are denied.
notDataActions?: string[]
Property Value
string[]