CreateOrUpdateRoleDefinitionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options to create or update a role definition passed to CreateOrUpdateRoleDefinition(CreateOrUpdateRoleDefinitionOptions, CancellationToken) or CreateOrUpdateRoleDefinitionAsync(CreateOrUpdateRoleDefinitionOptions, CancellationToken).
public class CreateOrUpdateRoleDefinitionOptions
type CreateOrUpdateRoleDefinitionOptions = class
Public Class CreateOrUpdateRoleDefinitionOptions
- Inheritance
-
CreateOrUpdateRoleDefinitionOptions
Constructors
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
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
Azure SDK for .NET