CreateOrUpdateRoleDefinitionOptions Class

Definition

public class CreateOrUpdateRoleDefinitionOptions
type CreateOrUpdateRoleDefinitionOptions = class
Public Class CreateOrUpdateRoleDefinitionOptions
Inheritance
CreateOrUpdateRoleDefinitionOptions

Constructors

CreateOrUpdateRoleDefinitionOptions(KeyVaultRoleScope)

Initializes a new instance of the CreateOrUpdateRoleDefinitionOptions class using a generated role definition name.

CreateOrUpdateRoleDefinitionOptions(KeyVaultRoleScope, Guid)

Initializes a new instance of the CreateOrUpdateRoleDefinitionOptions class using the specified role definition name.

Properties

AssignableScopes

Gets a list of scopes for which this role definition can be assigned.

Description

Gets a description of this role definition.

Permissions

Gets a list of permissions granted by this role definition when assigned to a principal.

RoleDefinitionName

Gets the unique role definition name.

RoleName

Gets the display name of this role definition. Defaults to the RoleDefinitionName.

RoleScope

Gets the KeyVaultRoleScope to which this definition applies.

Applies to