Uses of Class
com.azure.security.keyvault.secrets.models.SecretProperties
Packages that use SecretProperties
Package
Description
Package containing the data models for Secrets clients.
-
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
Classes in com.azure.security.keyvault.secrets.models that implement interfaces with type arguments of type SecretPropertiesModifier and TypeClassDescriptionclassSecretProperties is the resource containing all the properties of the secret except its value.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