Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SetRoleDefinitionOptions

Package version

An interface representing optional parameters passed to setRoleDefinition.

Hierarchy

  • any
    • SetRoleDefinitionOptions

Index

Properties

Optional assignableScopes

assignableScopes: KeyVaultRoleScope[]

List of assignable Key Vault role scopes

Optional description

description: undefined | string

Long-form description of the role definition.

Optional permissions

permissions: KeyVaultPermission[]

List of Key Vault permissions

Optional roleDefinitionName

roleDefinitionName: undefined | string

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

Optional roleName

roleName: undefined | string

Friendly display name for the role definition.

Generated using TypeDoc