keyRotationReason property

String? keyRotationReason
getter/setter pair

Reason for rotating the app key.

Required. Possible string values are:

  • "KEY_ROTATION_REASON_UNSPECIFIED" : Unspecified key rotation reason. Cannot be used.
  • "COMPROMISED_KEY" : Key is compromised.
  • "USE_STRONGER_KEY" : Stronger key is required.
  • "USE_SAME_KEY_FOR_MULTIPLE_APPS" : Same key is used for multiple apps.
  • "ROUTINE_KEY_UPGRADE" : Routine key upgrade.
  • "OTHER" : Other reason.

Implementation

core.String? keyRotationReason;