EncryptionInfo
Stay organized with collections
Save and categorize content based on your preferences.
EncryptionInfo describes the encryption information of a cluster or a backup.
JSON representation |
{
"encryptionType": enum (Type ),
"kmsKeyVersions": [
string
]
} |
Fields |
encryptionType |
enum (Type )
Output only. Type of encryption.
|
kmsKeyVersions[] |
string
Output only. Cloud KMS key versions that are being used to protect the database or the backup.
|
Type
Possible encryption types.
Enums |
TYPE_UNSPECIFIED |
Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION. |
GOOGLE_DEFAULT_ENCRYPTION |
The data is encrypted at rest with a key that is fully managed by Google. No key version will be populated. This is the default state. |
CUSTOMER_MANAGED_ENCRYPTION |
The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-13 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]