Uses of Class
com.azure.security.keyvault.secrets.models.SecretProperties
-
Packages that use SecretProperties 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 SecretProperties in com.azure.security.keyvault.secrets
Methods in com.azure.security.keyvault.secrets that return SecretProperties Modifier and Type Method Description SecretPropertiesSecretClient. updateSecretProperties(SecretProperties secretProperties)Updates the attributes associated with the secret.Methods in com.azure.security.keyvault.secrets that return types with arguments of type SecretProperties Modifier and Type Method Description com.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.Mono<SecretProperties>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 SecretProperties Modifier and Type Method Description Mono<SecretProperties>SecretAsyncClient. updateSecretProperties(SecretProperties secretProperties)Updates the attributes associated with the secret.SecretPropertiesSecretClient. 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 SecretProperties Modifier and Type Method Description SecretPropertiesKeyVaultSecret. getProperties()Get the secret propertiesSecretPropertiesSecretProperties. setContentType(String contentType)Set the contentType.SecretPropertiesSecretProperties. setEnabled(Boolean enabled)Set the enabled value.SecretPropertiesSecretProperties. setExpiresOn(OffsetDateTime expiresOn)Set theexpiresUTC time.SecretPropertiesSecretProperties. setNotBefore(OffsetDateTime notBefore)Set thenotBeforeUTC time.SecretPropertiesSecretProperties. setTags(Map<String,String> tags)Set the tags to be associated with the secret.Methods in com.azure.security.keyvault.secrets.models with parameters of type SecretProperties Modifier and Type Method Description KeyVaultSecretKeyVaultSecret. setProperties(SecretProperties properties)Set the secret properties
-