kmsKeyState property
Status of the CMEK key.
Output only. Possible string values are:
- "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).
Implementation
core.String? kmsKeyState;