Uses of Class
com.azure.security.keyvault.administration.models.KeyVaultRoleType
Packages that use KeyVaultRoleType
Package
Description
Package containing classes used by
KeyVaultAccessControlAsyncClient and
KeyVaultAccessControlClient to perform access control operations
on Azure Key Vault resources, as well as classes used by
KeyVaultBackupAsyncClient and
KeyVaultBackupClient to perform backup and restore operations on
on Azure Key Vault keys.-
Uses of KeyVaultRoleType in com.azure.security.keyvault.administration.models
Fields in com.azure.security.keyvault.administration.models declared as KeyVaultRoleTypeModifier and TypeFieldDescriptionstatic final KeyVaultRoleTypeKeyVaultRoleType.BUILT_IN_ROLEStatic value AKVBuiltInRole forKeyVaultRoleType.static final KeyVaultRoleTypeKeyVaultRoleType.CUSTOM_ROLEStatic value CustomRole forKeyVaultRoleType.Methods in com.azure.security.keyvault.administration.models that return KeyVaultRoleTypeModifier and TypeMethodDescriptionstatic KeyVaultRoleTypeKeyVaultRoleType.fromString(String name) Creates or finds aKeyVaultRoleTypefrom its string representation.KeyVaultRoleDefinition.getRoleType()Get the role type.Constructors in com.azure.security.keyvault.administration.models with parameters of type KeyVaultRoleTypeModifierConstructorDescriptionKeyVaultRoleDefinition(String id, String name, KeyVaultRoleDefinitionType type, String roleName, String description, KeyVaultRoleType roleType, List<KeyVaultPermission> permissions, List<KeyVaultRoleScope> assignableScopes) Creates a newrole definitionwith the specified details.