Uses of Class
com.azure.resourcemanager.keyvault.models.SecretPermissions
Packages that use SecretPermissions
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of SecretPermissions in com.azure.resourcemanager.keyvault.models
Fields in com.azure.resourcemanager.keyvault.models declared as SecretPermissionsModifier and TypeFieldDescriptionstatic final SecretPermissionsSecretPermissions.ALLStatic value all for SecretPermissions.static final SecretPermissionsSecretPermissions.BACKUPStatic value backup for SecretPermissions.static final SecretPermissionsSecretPermissions.DELETEStatic value delete for SecretPermissions.static final SecretPermissionsSecretPermissions.GETStatic value get for SecretPermissions.static final SecretPermissionsSecretPermissions.LISTStatic value list for SecretPermissions.static final SecretPermissionsSecretPermissions.PURGEStatic value purge for SecretPermissions.static final SecretPermissionsSecretPermissions.RECOVERStatic value recover for SecretPermissions.static final SecretPermissionsSecretPermissions.RESTOREStatic value restore for SecretPermissions.static final SecretPermissionsSecretPermissions.SETStatic value set for SecretPermissions.Methods in com.azure.resourcemanager.keyvault.models that return SecretPermissionsModifier and TypeMethodDescriptionstatic SecretPermissionsSecretPermissions.fromString(String name) Creates or finds a SecretPermissions from its string representation.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type SecretPermissionsModifier and TypeMethodDescriptionPermissions.secrets()Get the secrets property: Permissions to secrets.static Collection<SecretPermissions> SecretPermissions.values()Gets known SecretPermissions values.Methods in com.azure.resourcemanager.keyvault.models with parameters of type SecretPermissionsModifier and TypeMethodDescriptionAccessPolicy.DefinitionStages.WithPermissions.allowSecretPermissions(SecretPermissions... permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowSecretPermissions(SecretPermissions... permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.allowSecretPermissions(SecretPermissions... permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.disallowSecretPermissions(SecretPermissions... permissions) Revoke a list of permissions for the AD identity to access secrets.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type SecretPermissionsModifier and TypeMethodDescriptionAccessPolicy.DefinitionStages.WithPermissions.allowSecretPermissions(List<SecretPermissions> permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateDefinitionStages.WithPermissions.allowSecretPermissions(List<SecretPermissions> permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.allowSecretPermissions(List<SecretPermissions> permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.disallowSecretPermissions(List<SecretPermissions> permissions) Revoke a list of permissions for the AD identity to access secrets.Permissions.withSecrets(List<SecretPermissions> secrets) Set the secrets property: Permissions to secrets.