Encryption configuration (i.e. CMEK).
| JSON representation |
|---|
{
"kmsKeyName": string,
"kmsKeyState": enum ( |
| Fields | |
|---|---|
kmsKeyName |
Name of the CMEK key in KMS (input parameter). |
kmsKeyState |
Output only. Status of the CMEK key. |
kmsKeyNameVersion |
Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: |
KmsKeyState
Enum for CMEK state.
| Enums | |
|---|---|
KMS_KEY_STATE_UNSPECIFIED |
CMEK status not specified. |
VALID |
CMEK key is currently valid. |
REVOKED |
CMEK key is currently revoked (instance should in restricted mode). |