Uses of Class
com.azure.security.keyvault.secrets.models.KeyVaultSecret
-
Packages that use KeyVaultSecret Package Description com.azure.security.keyvault.secrets Package containing classes for creatingSecretAsyncClientandSecretClientto 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. -
-
Uses of KeyVaultSecret in com.azure.security.keyvault.secrets
Methods in com.azure.security.keyvault.secrets that return KeyVaultSecret Modifier and Type Method Description KeyVaultSecretSecretClient. getSecret(String name)Gets the latest version of the specified secret from the key vault.KeyVaultSecretSecretClient. getSecret(String name, String version)Gets the specified secret with specified version from the key vault.KeyVaultSecretSecretClient. restoreSecretBackup(byte[] backup)Restores a backed up secret, and all its versions, to a vault.KeyVaultSecretSecretClient. setSecret(KeyVaultSecret secret)Adds a secret to the key vault if it does not exist.KeyVaultSecretSecretClient. setSecret(String name, String value)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 KeyVaultSecret Modifier and Type Method Description com.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.Mono<KeyVaultSecret>SecretAsyncClient. getSecret(String name)Gets the latest version of the specified secret from the key vault.Mono<KeyVaultSecret>SecretAsyncClient. getSecret(String name, String version)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.Mono<KeyVaultSecret>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.Mono<KeyVaultSecret>SecretAsyncClient. setSecret(KeyVaultSecret secret)Adds a secret to the key vault if it does not exist.Mono<KeyVaultSecret>SecretAsyncClient. setSecret(String name, String value)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 KeyVaultSecret Modifier and Type Method Description Mono<KeyVaultSecret>SecretAsyncClient. setSecret(KeyVaultSecret secret)Adds a secret to the key vault if it does not exist.KeyVaultSecretSecretClient. 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.models Modifier and Type Class Description classDeletedSecretDeleted Secret is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited fromKeyVaultSecret.Methods in com.azure.security.keyvault.secrets.models that return KeyVaultSecret Modifier and Type Method Description KeyVaultSecretKeyVaultSecret. setProperties(SecretProperties properties)Set the secret properties
-