Uses of Class
com.azure.resourcemanager.keyvault.models.KeyAttributes
Packages that use KeyAttributes
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of KeyAttributes in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return KeyAttributesModifier and TypeMethodDescriptionKeyInner.attributes()Get the attributes property: The attributes of the key.KeyProperties.attributes()Get the attributes property: The attributes of the key.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type KeyAttributesModifier and TypeMethodDescriptionKeyInner.withAttributes(KeyAttributes attributes) Set the attributes property: The attributes of the key.KeyProperties.withAttributes(KeyAttributes attributes) Set the attributes property: The attributes of the key. -
Uses of KeyAttributes in com.azure.resourcemanager.keyvault.models
Classes in com.azure.resourcemanager.keyvault.models that implement interfaces with type arguments of type KeyAttributesModifier and TypeClassDescriptionfinal classThe object attributes managed by the Azure Key Vault service.Methods in com.azure.resourcemanager.keyvault.models that return KeyAttributesModifier and TypeMethodDescriptionstatic KeyAttributesKeyAttributes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyAttributes from the JsonReader.KeyAttributes.withEnabled(Boolean enabled) Set the enabled property: Determines whether or not the object is enabled.KeyAttributes.withExpires(Long expires) Set the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z.KeyAttributes.withExportable(Boolean exportable) Set the exportable property: Indicates if the private key can be exported.KeyAttributes.withNotBefore(Long notBefore) Set the notBefore property: Not before date in seconds since 1970-01-01T00:00:00Z.