Permission interface

The set of data plane operations permitted through this Role Definition.

Properties

dataActions

An array of data actions that are allowed.

id

The id for the permission.

notDataActions

An array of data actions that are denied.

Property Details

dataActions

An array of data actions that are allowed.

dataActions?: string[]

Property Value

string[]

id

The id for the permission.

id?: string

Property Value

string

notDataActions

An array of data actions that are denied.

notDataActions?: string[]

Property Value

string[]