Share via


PermissionDefinition interface

Properties

id

The id of the permission

permissionMode

The mode of the permission, must be a value of PermissionMode

resource

The link of the resource that the permission will be applied to.

resourcePartitionKey

Property Details

id

The id of the permission

TypeScript
id: string

Property Value

string

permissionMode

The mode of the permission, must be a value of PermissionMode

TypeScript
permissionMode: PermissionMode

Property Value

resource

The link of the resource that the permission will be applied to.

TypeScript
resource: string

Property Value

string

resourcePartitionKey

TypeScript
resourcePartitionKey?: string | any[]

Property Value

string | any[]