enablementState property

String? enablementState
getter/setter pair

The current state of the key pair.

Output only. Possible string values are:

  • "stateUnspecified" : The current state of the key pair is not set. The key pair is neither turned on nor turned off.
  • "enabled" : The key pair is turned on. For any email messages that this key pair encrypts, Gmail decrypts the messages and signs any outgoing mail with the private key. To turn on a key pair, use the EnableCseKeyPair method.
  • "disabled" : The key pair is turned off. Authenticated users cannot decrypt email messages nor sign outgoing messages. If a key pair is turned off for more than 30 days, you can permanently delete it. To turn off a key pair, use the DisableCseKeyPair method.

Implementation

core.String? enablementState;