Uses of Class
com.azure.security.keyvault.secrets.models.SecretProperties
Packages that use SecretProperties
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to store, manage, and access secrets, such as passwords, certificates,
and other sensitive information, securely in the cloud.
Package containing classes used for representing secrets, deleted secrets and their attributes in
Azure Key Vault.
-
Uses of SecretProperties in com.azure.security.keyvault.secrets
Methods in com.azure.security.keyvault.secrets that return SecretPropertiesModifier and TypeMethodDescriptionSecretClient.updateSecretProperties(SecretProperties secretProperties) Updates the attributes associated with the secret.Methods in com.azure.security.keyvault.secrets that return types with arguments of type SecretPropertiesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<SecretProperties> SecretAsyncClient.listPropertiesOfSecrets()Lists secrets in the key vault.com.azure.core.http.rest.PagedIterable<SecretProperties> SecretClient.listPropertiesOfSecrets()Lists secrets in the key vault.com.azure.core.http.rest.PagedIterable<SecretProperties> SecretClient.listPropertiesOfSecrets(com.azure.core.util.Context context) Lists secrets in the key vault.com.azure.core.http.rest.PagedFlux<SecretProperties> SecretAsyncClient.listPropertiesOfSecretVersions(String name) Lists all versions of the specified secret.com.azure.core.http.rest.PagedIterable<SecretProperties> SecretClient.listPropertiesOfSecretVersions(String name) Lists all versions of the specified secret.com.azure.core.http.rest.PagedIterable<SecretProperties> SecretClient.listPropertiesOfSecretVersions(String name, com.azure.core.util.Context context) Lists all versions of the specified secret.SecretAsyncClient.updateSecretProperties(SecretProperties secretProperties) Updates the attributes associated with the secret.Mono<com.azure.core.http.rest.Response<SecretProperties>> SecretAsyncClient.updateSecretPropertiesWithResponse(SecretProperties secretProperties) Updates the attributes associated with the secret.com.azure.core.http.rest.Response<SecretProperties> SecretClient.updateSecretPropertiesWithResponse(SecretProperties secretProperties, com.azure.core.util.Context context) Updates the attributes associated with the secret.Methods in com.azure.security.keyvault.secrets with parameters of type SecretPropertiesModifier and TypeMethodDescriptionSecretAsyncClient.updateSecretProperties(SecretProperties secretProperties) Updates the attributes associated with the secret.SecretClient.updateSecretProperties(SecretProperties secretProperties) Updates the attributes associated with the secret.Mono<com.azure.core.http.rest.Response<SecretProperties>> SecretAsyncClient.updateSecretPropertiesWithResponse(SecretProperties secretProperties) Updates the attributes associated with the secret.com.azure.core.http.rest.Response<SecretProperties> SecretClient.updateSecretPropertiesWithResponse(SecretProperties secretProperties, com.azure.core.util.Context context) Updates the attributes associated with the secret. -
Uses of SecretProperties in com.azure.security.keyvault.secrets.models
Methods in com.azure.security.keyvault.secrets.models that return SecretPropertiesModifier and TypeMethodDescriptionstatic SecretPropertiesSecretProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aSecretProperties.KeyVaultSecret.getProperties()Get the secret propertiesSecretProperties.setContentType(String contentType) Set the contentType.SecretProperties.setEnabled(Boolean enabled) Set the enabled value.SecretProperties.setExpiresOn(OffsetDateTime expiresOn) Set theexpiresUTC time.SecretProperties.setNotBefore(OffsetDateTime notBefore) Set thenotBeforeUTC time.Set the tags to be associated with the secret.Methods in com.azure.security.keyvault.secrets.models with parameters of type SecretPropertiesModifier and TypeMethodDescriptionKeyVaultSecret.setProperties(SecretProperties properties) Set the secret properties