| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalProtectionLevelOptions |
ExternalProtectionLevelOptions.clone() |
ExternalProtectionLevelOptions |
CryptoKeyVersion.getExternalProtectionLevelOptions()
ExternalProtectionLevelOptions stores a group of additional fields for configuring a
CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection
levels.
|
ExternalProtectionLevelOptions |
ExternalProtectionLevelOptions.set(String fieldName,
Object value) |
ExternalProtectionLevelOptions |
ExternalProtectionLevelOptions.setEkmConnectionKeyPath(String ekmConnectionKeyPath)
The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key".
|
ExternalProtectionLevelOptions |
ExternalProtectionLevelOptions.setExternalKeyUri(String externalKeyUri)
The URI for an external resource that this CryptoKeyVersion represents.
|
| Modifier and Type | Method and Description |
|---|---|
CryptoKeyVersion |
CryptoKeyVersion.setExternalProtectionLevelOptions(ExternalProtectionLevelOptions externalProtectionLevelOptions)
ExternalProtectionLevelOptions stores a group of additional fields for configuring a
CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection
levels.
|
Copyright © 2011–2022 Google. All rights reserved.