Uses of Class
com.azure.resourcemanager.keyvault.models.ManagedHsmKeyAttributes
Packages that use ManagedHsmKeyAttributes
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmKeyAttributes in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return ManagedHsmKeyAttributesModifier and TypeMethodDescriptionManagedHsmKeyInner.attributes()Get the attributes property: The attributes of the key.ManagedHsmKeyProperties.attributes()Get the attributes property: The attributes of the key.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type ManagedHsmKeyAttributesModifier and TypeMethodDescriptionManagedHsmKeyInner.withAttributes(ManagedHsmKeyAttributes attributes) Set the attributes property: The attributes of the key.ManagedHsmKeyProperties.withAttributes(ManagedHsmKeyAttributes attributes) Set the attributes property: The attributes of the key. -
Uses of ManagedHsmKeyAttributes in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmKeyAttributesModifier and TypeMethodDescriptionstatic ManagedHsmKeyAttributesManagedHsmKeyAttributes.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmKeyAttributes from the JsonReader.ManagedHsmKeyAttributes.withEnabled(Boolean enabled) Set the enabled property: Determines whether or not the object is enabled.ManagedHsmKeyAttributes.withExpires(Long expires) Set the expires property: Expiry date in seconds since 1970-01-01T00:00:00Z.ManagedHsmKeyAttributes.withExportable(Boolean exportable) Set the exportable property: Indicates if the private key can be exported.ManagedHsmKeyAttributes.withNotBefore(Long notBefore) Set the notBefore property: Not before date in seconds since 1970-01-01T00:00:00Z.