| Package | Description |
|---|---|
| com.azure.security.keyvault.secrets |
Package containing classes for creating
SecretAsyncClient and
SecretClient to perform operations on Azure Key Vault. |
| com.azure.security.keyvault.secrets.models |
Package containing classes used for representing secrets, deleted secrets and their attributes in
Azure Key Vault.
|
| Class and Description |
|---|
| DeletedSecret
Deleted Secret is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes
inherited from
KeyVaultSecret. |
| KeyVaultSecret
Secret is the resource consisting of name, value and its attributes specified in
SecretProperties. |
| SecretProperties
SecretProperties is the resource containing all the properties of the secret except its value.
|
| Class and Description |
|---|
| KeyVaultSecret
Secret is the resource consisting of name, value and its attributes specified in
SecretProperties. |
| SecretProperties
SecretProperties is the resource containing all the properties of the secret except its value.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.