KeyVaultRoleDefinition interface
A Key Vault role definition.
Properties
assignable |
Role definition assignable scopes. |
description | The role definition description. |
id | The role definition ID. |
kind | The role definition type. |
name | The role definition name. |
permissions | A list of Key Vault permissions. |
role |
The role name. |
role |
The role type. |
Property Details
assignableScopes
Role definition assignable scopes.
assignableScopes: string[]
Property Value
string[]
description
The role definition description.
description: string
Property Value
string
id
The role definition ID.
id: string
Property Value
string
kind
The role definition type.
kind: string
Property Value
string
name
The role definition name.
name: string
Property Value
string
permissions
A list of Key Vault permissions.
permissions: KeyVaultPermission[]
Property Value
roleName
The role name.
roleName: string
Property Value
string
roleType
The role type.
roleType: string
Property Value
string