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 class
CertificateAttributes
The certificate management attributes.class
KeyAttributes
The attributes of a key managed by the key vault service.class
SecretAttributes
The secret management attributes.Methods in com.microsoft.azure.keyvault.models that return Attributes Modifier and Type Method Description Attributes
Attributes. withEnabled(Boolean enabled)
Set the enabled value.Attributes
Attributes. withExpires(org.joda.time.DateTime expires)
Set the expires value.Attributes
Attributes. 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.Builder
CreateCertificateRequest.Builder. withAttributes(Attributes attributes)
Set the attributes value.CreateKeyRequest.Builder
CreateKeyRequest.Builder. withAttributes(Attributes attributes)
Set the key attributes value.ImportCertificateRequest.Builder
ImportCertificateRequest.Builder. withAttributes(Attributes attributes)
Set the certificate attributes.ImportKeyRequest.Builder
ImportKeyRequest.Builder. withAttributes(Attributes attributes)
Set the key attributes value.MergeCertificateRequest.Builder
MergeCertificateRequest.Builder. withAttributes(Attributes attributes)
Set the attributes value.SetSecretRequest.Builder
SetSecretRequest.Builder. withAttributes(Attributes attributes)
Set the attributes value.UpdateCertificateRequest.Builder
UpdateCertificateRequest.Builder. withAttributes(Attributes attributes)
Set the attributes value.UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. withAttributes(Attributes attributes)
Set the key attributes value.UpdateSecretRequest.Builder
UpdateSecretRequest.Builder. withAttributes(Attributes attributes)
Set the attributes value.
-