Udostępnij przez


CreateOrUpdateRoleDefinitionOptions Class

Definition

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

Constructors

Name Description
CreateOrUpdateRoleDefinitionOptions(KeyVaultRoleScope, Guid)

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

CreateOrUpdateRoleDefinitionOptions(KeyVaultRoleScope)

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

Properties

Name Description
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.

RoleScope

Gets the KeyVaultRoleScope to which this definition applies.

Applies to