status property

String? status
getter/setter pair

The status of the secret.

Optional. Possible string values are:

  • "STATUS_UNSPECIFIED" : Unspecified
  • "UNKNOWN" : The status of the secret is unknown.
  • "VALID" : The secret is valid.
  • "INVALID" : The secret is invalid.

Implementation

core.String? status;