Uses of Class
com.azure.resourcemanager.keyvault.models.SecretPermissions
-
Packages that use SecretPermissions Package Description com.azure.resourcemanager.keyvault.models 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 SecretPermissions Modifier and Type Field Description static SecretPermissionsSecretPermissions. ALLStatic value all for SecretPermissions.static SecretPermissionsSecretPermissions. BACKUPStatic value backup for SecretPermissions.static SecretPermissionsSecretPermissions. DELETEStatic value delete for SecretPermissions.static SecretPermissionsSecretPermissions. GETStatic value get for SecretPermissions.static SecretPermissionsSecretPermissions. LISTStatic value list for SecretPermissions.static SecretPermissionsSecretPermissions. PURGEStatic value purge for SecretPermissions.static SecretPermissionsSecretPermissions. RECOVERStatic value recover for SecretPermissions.static SecretPermissionsSecretPermissions. RESTOREStatic value restore for SecretPermissions.static SecretPermissionsSecretPermissions. SETStatic value set for SecretPermissions.Methods in com.azure.resourcemanager.keyvault.models that return SecretPermissions Modifier and Type Method Description static 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 SecretPermissions Modifier and Type Method Description List<SecretPermissions>Permissions. secrets()Get the secrets property: Permissions to secrets.static Collection<SecretPermissions>SecretPermissions. values()Methods in com.azure.resourcemanager.keyvault.models with parameters of type SecretPermissions Modifier and Type Method Description AccessPolicy.DefinitionStages.WithAttach<ParentT>AccessPolicy.DefinitionStages.WithPermissions. allowSecretPermissions(SecretPermissions... permissions)Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>AccessPolicy.UpdateDefinitionStages.WithPermissions. allowSecretPermissions(SecretPermissions... permissions)Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateAccessPolicy.UpdateStages.WithPermissions. allowSecretPermissions(SecretPermissions... permissions)Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateAccessPolicy.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 SecretPermissions Modifier and Type Method Description AccessPolicy.DefinitionStages.WithAttach<ParentT>AccessPolicy.DefinitionStages.WithPermissions. allowSecretPermissions(List<SecretPermissions> permissions)Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>AccessPolicy.UpdateDefinitionStages.WithPermissions. allowSecretPermissions(List<SecretPermissions> permissions)Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateAccessPolicy.UpdateStages.WithPermissions. allowSecretPermissions(List<SecretPermissions> permissions)Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateAccessPolicy.UpdateStages.WithPermissions. disallowSecretPermissions(List<SecretPermissions> permissions)Revoke a list of permissions for the AD identity to access secrets.PermissionsPermissions. withSecrets(List<SecretPermissions> secrets)Set the secrets property: Permissions to secrets.
-