kmsKeyState property

String? kmsKeyState
getter/setter pair

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;