state property

String? state
getter/setter pair

The status of the auth config. Possible string values are:

  • "STATE_UNSPECIFIED" : Status not specified.
  • "VALID" : Valid Auth config.
  • "INVALID" : General invalidity, if it doesn't fits in the detailed issue below.
  • "SOFT_DELETED" : Auth config soft deleted.
  • "EXPIRED" : Auth config expired.
  • "UNAUTHORIZED" : Auth config unauthorized.
  • "UNSUPPORTED" : Auth config not supported.

Implementation

core.String? state;