Uses of Class
com.microsoft.azure.keyvault.models.Attributes
-
Packages that use Attributes Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase.com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of Attributes in com.microsoft.azure.keyvault.models
Subclasses of Attributes in com.microsoft.azure.keyvault.models Modifier and Type Class Description classCertificateAttributesThe certificate management attributes.classKeyAttributesThe attributes of a key managed by the key vault service.classSecretAttributesThe secret management attributes.Methods in com.microsoft.azure.keyvault.models that return Attributes Modifier and Type Method Description AttributesAttributes. withEnabled(Boolean enabled)Set the enabled value.AttributesAttributes. withExpires(org.joda.time.DateTime expires)Set the expires value.AttributesAttributes. withNotBefore(org.joda.time.DateTime notBefore)Set the notBefore value. -
Uses of Attributes in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests with parameters of type Attributes Modifier and Type Method Description CreateCertificateRequest.BuilderCreateCertificateRequest.Builder. withAttributes(Attributes attributes)Set the attributes value.CreateKeyRequest.BuilderCreateKeyRequest.Builder. withAttributes(Attributes attributes)Set the key attributes value.ImportCertificateRequest.BuilderImportCertificateRequest.Builder. withAttributes(Attributes attributes)Set the certificate attributes.ImportKeyRequest.BuilderImportKeyRequest.Builder. withAttributes(Attributes attributes)Set the key attributes value.MergeCertificateRequest.BuilderMergeCertificateRequest.Builder. withAttributes(Attributes attributes)Set the attributes value.SetSecretRequest.BuilderSetSecretRequest.Builder. withAttributes(Attributes attributes)Set the attributes value.UpdateCertificateRequest.BuilderUpdateCertificateRequest.Builder. withAttributes(Attributes attributes)Set the attributes value.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. withAttributes(Attributes attributes)Set the key attributes value.UpdateSecretRequest.BuilderUpdateSecretRequest.Builder. withAttributes(Attributes attributes)Set the attributes value.
-