keyRevocationActionType property

String? keyRevocationActionType
getter/setter pair

KeyRevocationActionType of the instance.

Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified. 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;