Uses of Class
com.azure.resourcemanager.keyvault.models.SecretAttributes
Packages that use SecretAttributes
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of SecretAttributes in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return SecretAttributesModifier and TypeMethodDescriptionSecretPatchProperties.attributes()Get the attributes property: The attributes of the secret.SecretProperties.attributes()Get the attributes property: The attributes of the secret.static SecretAttributesSecretAttributes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretAttributes from the JsonReader.SecretAttributes.withEnabled(Boolean enabled) Set the enabled property: Determines whether the object is enabled.SecretAttributes.withExpires(OffsetDateTime expires) Set the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z.SecretAttributes.withNotBefore(OffsetDateTime notBefore) Set the notBefore property: Not before date in seconds since 1970-01-01T00:00:00Z.Methods in com.azure.resourcemanager.keyvault.models with parameters of type SecretAttributesModifier and TypeMethodDescriptionSecretPatchProperties.withAttributes(SecretAttributes attributes) Set the attributes property: The attributes of the secret.SecretProperties.withAttributes(SecretAttributes attributes) Set the attributes property: The attributes of the secret.