kmsServiceAccountId property
Output only. The service account that will be used by the Log Router to access your Cloud KMS key.
Before enabling CMEK for Log Router, you must first assign the role
roles/cloudkms.cryptoKeyEncrypterDecrypter to the service account that
the Log Router will use to access your Cloud KMS key. Use
google.logging.v2.ConfigServiceV2.GetSettings to
obtain the service account ID.
See Enabling CMEK for Log Router for more information.
Implementation
@$pb.TagNumber(3)
$core.String get kmsServiceAccountId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set kmsServiceAccountId($core.String value) => $_setString(2, value);