public final class EncryptionScopeKeyVaultProperties extends Object
| Constructor and Description |
|---|
EncryptionScopeKeyVaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
currentVersionedKeyIdentifier()
Get the currentVersionedKeyIdentifier property: The object identifier of the current versioned Key Vault Key in
use.
|
String |
keyUri()
Get the keyUri property: The object identifier for a key vault key object.
|
OffsetDateTime |
lastKeyRotationTimestamp()
Get the lastKeyRotationTimestamp property: Timestamp of last rotation of the Key Vault Key.
|
void |
validate()
Validates the instance.
|
EncryptionScopeKeyVaultProperties |
withKeyUri(String keyUri)
Set the keyUri property: The object identifier for a key vault key object.
|
public String keyUri()
public EncryptionScopeKeyVaultProperties withKeyUri(String keyUri)
keyUri - the keyUri value to set.public String currentVersionedKeyIdentifier()
public OffsetDateTime lastKeyRotationTimestamp()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.