Package version:

Interface SetRoleDefinitionOptions

An interface representing optional parameters passed to setRoleDefinition.

Hierarchy

  • unknown
    • SetRoleDefinitionOptions

Properties

assignableScopes?: string[]

List of assignable Key Vault role scopes

description?: string

Long-form description of the role definition.

permissions?: KeyVaultPermission[]

List of Key Vault permissions

roleDefinitionName?: string

UUID used as the name of the role definition to create. If it's not provided, a new UUID will be generated.

roleName?: string

Friendly display name for the role definition.

Generated using TypeDoc