resolutionStatusCode property

String? resolutionStatusCode
getter/setter pair

The resolution status for the external identity. Possible string values are:

  • "CODE_UNSPECIFIED" : Input-only value. Used to list all unmapped identities regardless of status.
  • "NOT_FOUND" : The unmapped identity was not found in IDaaS, and needs to be provided by the user.
  • "IDENTITY_SOURCE_NOT_FOUND" : The identity source associated with the identity was either not found or deleted.
  • "IDENTITY_SOURCE_MISCONFIGURED" : IDaaS does not understand the identity source, probably because the schema was modified in a non compatible way.
  • "TOO_MANY_MAPPINGS_FOUND" : The number of users associated with the external identity is too large.
  • "INTERNAL_ERROR" : Internal error.

Implementation

core.String? resolutionStatusCode;