Uses of Class
com.azure.security.keyvault.administration.models.KeyVaultRoleAssignmentProperties
Packages that use KeyVaultRoleAssignmentProperties
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 KeyVaultRoleAssignmentProperties in com.azure.security.keyvault.administration.models
Methods in com.azure.security.keyvault.administration.models that return KeyVaultRoleAssignmentPropertiesModifier and TypeMethodDescriptionKeyVaultRoleAssignment.getProperties()Get therole assignmentproperties.Constructors in com.azure.security.keyvault.administration.models with parameters of type KeyVaultRoleAssignmentPropertiesModifierConstructorDescriptionKeyVaultRoleAssignment(String id, String name, String type, KeyVaultRoleAssignmentProperties properties) Creates a newrole assignmentwith the specified details.