Package com.azure.security.keyvault.secrets.models
package com.azure.security.keyvault.secrets.models
Package containing the data models for Secrets clients. The Key Vault clients perform cryptographic key and vault
operations against the Key Vault service.
-
ClassesClassDescriptionDeleted 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
.Information about aKeyVaultSecret
parsed from the secret URL.SecretProperties is the resource containing all the properties of the secret except its value.