code property

String? code
getter/setter pair

The state of the Identity Provider. Possible string values are:

  • "IDENTITY_PROVIDER_STATE_UNSPECIFIED" : Unknown state.
  • "IDENTITY_PROVIDER_STATE_OK" : The Identity Provider was created/updated successfully.
  • "IDENTITY_PROVIDER_STATE_ERROR" : The Identity Provider was not created/updated successfully. The error message is in the description field.

Implementation

core.String? code;