Uses of Package
com.azure.security.keyvault.secrets.models
Packages that use com.azure.security.keyvault.secrets.models
Package
Description
Package containing classes for creating
SecretAsyncClient and
SecretClient to perform operations on Azure Key Vault.Package containing classes used for representing secrets, deleted secrets and their attributes in
Azure Key Vault.
-
Classes in com.azure.security.keyvault.secrets.models used by com.azure.security.keyvault.secretsClassDescriptionDeleted Secret is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited from
KeyVaultSecret.Secret is the resource consisting of name, value and its attributes specified inSecretProperties.SecretProperties is the resource containing all the properties of the secret except its value. -
Classes in com.azure.security.keyvault.secrets.models used by com.azure.security.keyvault.secrets.modelsClassDescriptionSecret is the resource consisting of name, value and its attributes specified in
SecretProperties.SecretProperties is the resource containing all the properties of the secret except its value.