keyRevocationActionType property

String? keyRevocationActionType
getter/setter pair

KeyRevocationActionType of the instance.

Optional. Possible string values are:

  • "KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "NONE" : Indicates user chose no operation.
  • "STOP" : Indicates user chose to opt for VM shutdown on key revocation.

Implementation

core.String? keyRevocationActionType;