encryptionType property
Specifies the current pool encryption key source.
Output only. Possible string values are:
- "ENCRYPTION_TYPE_UNSPECIFIED" : The source of the encryption key is not specified.
- "SERVICE_MANAGED" : Google managed encryption key.
- "CLOUD_KMS" : Customer managed encryption key, which is stored in KMS.
Implementation
core.String? encryptionType;