Uses of Class
com.azure.security.keyvault.secrets.models.KeyVaultSecret
Packages that use KeyVaultSecret
Package
Description
Package containing the data models for Secrets clients.
-
Uses of KeyVaultSecret in com.azure.security.keyvault.secrets
Methods in com.azure.security.keyvault.secrets that return KeyVaultSecretModifier and TypeMethodDescriptionGets the latest version of the specified secret from the key vault.Gets the specified secret with specified version from the key vault.SecretClient.restoreSecretBackup(byte[] backup) Restores a backed up secret, and all its versions, to a vault.SecretClient.setSecret(KeyVaultSecret secret) Adds a secret to the key vault if it does not exist.Adds a secret to the key vault if it does not exist.Methods in com.azure.security.keyvault.secrets that return types with arguments of type KeyVaultSecretModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<KeyVaultSecret, Void> SecretAsyncClient.beginRecoverDeletedSecret(String name) Recovers the deleted secret in the key vault to its latest version.com.azure.core.util.polling.SyncPoller<KeyVaultSecret, Void> SecretClient.beginRecoverDeletedSecret(String name) Recovers the deleted secret in the key vault to its latest version.Gets the latest version of the specified secret from the key vault.Gets the specified secret with specified version from the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultSecret>> SecretAsyncClient.getSecretWithResponse(String name, String version) Gets the specified secret with specified version from the key vault.com.azure.core.http.rest.Response<KeyVaultSecret> SecretClient.getSecretWithResponse(String name, String version, com.azure.core.util.Context context) Gets the specified secret with specified version from the key vault.SecretAsyncClient.restoreSecretBackup(byte[] backup) Restores a backed up secret, and all its versions, to a vault.Mono<com.azure.core.http.rest.Response<KeyVaultSecret>> SecretAsyncClient.restoreSecretBackupWithResponse(byte[] backup) Restores a backed up secret, and all its versions, to a vault.com.azure.core.http.rest.Response<KeyVaultSecret> SecretClient.restoreSecretBackupWithResponse(byte[] backup, com.azure.core.util.Context context) Restores a backed up secret, and all its versions, to a vault.SecretAsyncClient.setSecret(KeyVaultSecret secret) Adds a secret to the key vault if it does not exist.Adds a secret to the key vault if it does not exist.Mono<com.azure.core.http.rest.Response<KeyVaultSecret>> SecretAsyncClient.setSecretWithResponse(KeyVaultSecret secret) Adds a secret to the key vault if it does not exist.com.azure.core.http.rest.Response<KeyVaultSecret> SecretClient.setSecretWithResponse(KeyVaultSecret secret, com.azure.core.util.Context context) Adds a secret to the key vault if it does not exist.Methods in com.azure.security.keyvault.secrets with parameters of type KeyVaultSecretModifier and TypeMethodDescriptionSecretAsyncClient.setSecret(KeyVaultSecret secret) Adds a secret to the key vault if it does not exist.SecretClient.setSecret(KeyVaultSecret secret) Adds a secret to the key vault if it does not exist.Mono<com.azure.core.http.rest.Response<KeyVaultSecret>> SecretAsyncClient.setSecretWithResponse(KeyVaultSecret secret) Adds a secret to the key vault if it does not exist.com.azure.core.http.rest.Response<KeyVaultSecret> SecretClient.setSecretWithResponse(KeyVaultSecret secret, com.azure.core.util.Context context) Adds a secret to the key vault if it does not exist. -
Uses of KeyVaultSecret in com.azure.security.keyvault.secrets.models
Subclasses of KeyVaultSecret in com.azure.security.keyvault.secrets.modelsModifier and TypeClassDescriptionfinal classDeleted Secret is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited fromKeyVaultSecret.Classes in com.azure.security.keyvault.secrets.models that implement interfaces with type arguments of type KeyVaultSecretModifier and TypeClassDescriptionclassSecret is the resource consisting of name, value and its attributes specified inSecretProperties.Methods in com.azure.security.keyvault.secrets.models that return KeyVaultSecretModifier and TypeMethodDescriptionstatic KeyVaultSecretKeyVaultSecret.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance ofKeyVaultSecretfrom the JsonReader.KeyVaultSecret.setProperties(SecretProperties properties) Set the secret properties