Class KeyVaultProperties
java.lang.Object
com.azure.resourcemanager.storage.models.KeyVaultProperties
Properties of key vault.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the currentVersionedKeyExpirationTimestamp property: This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.Get the currentVersionedKeyIdentifier property: The object identifier of the current versioned Key Vault Key in use.keyName()Get the keyName property: The name of KeyVault key.Get the keyVaultUri property: The Uri of KeyVault.Get the keyVersion property: The version of KeyVault key.Get the lastKeyRotationTimestamp property: Timestamp of last rotation of the Key Vault Key.voidvalidate()Validates the instance.withKeyName(String keyName) Set the keyName property: The name of KeyVault key.withKeyVaultUri(String keyVaultUri) Set the keyVaultUri property: The Uri of KeyVault.withKeyVersion(String keyVersion) Set the keyVersion property: The version of KeyVault key.
-
Constructor Details
-
KeyVaultProperties
public KeyVaultProperties()
-
-
Method Details
-
keyName
Get the keyName property: The name of KeyVault key.- Returns:
- the keyName value.
-
withKeyName
Set the keyName property: The name of KeyVault key.- Parameters:
keyName- the keyName value to set.- Returns:
- the KeyVaultProperties object itself.
-
keyVersion
Get the keyVersion property: The version of KeyVault key.- Returns:
- the keyVersion value.
-
withKeyVersion
Set the keyVersion property: The version of KeyVault key.- Parameters:
keyVersion- the keyVersion value to set.- Returns:
- the KeyVaultProperties object itself.
-
keyVaultUri
Get the keyVaultUri property: The Uri of KeyVault.- Returns:
- the keyVaultUri value.
-
withKeyVaultUri
Set the keyVaultUri property: The Uri of KeyVault.- Parameters:
keyVaultUri- the keyVaultUri value to set.- Returns:
- the KeyVaultProperties object itself.
-
currentVersionedKeyIdentifier
Get the currentVersionedKeyIdentifier property: The object identifier of the current versioned Key Vault Key in use.- Returns:
- the currentVersionedKeyIdentifier value.
-
lastKeyRotationTimestamp
Get the lastKeyRotationTimestamp property: Timestamp of last rotation of the Key Vault Key.- Returns:
- the lastKeyRotationTimestamp value.
-
currentVersionedKeyExpirationTimestamp
Get the currentVersionedKeyExpirationTimestamp property: This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.- Returns:
- the currentVersionedKeyExpirationTimestamp value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-