Enums | |
---|---|
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["Unmapped identities can be listed using `CODE_UNSPECIFIED`, while `NOT_FOUND` indicates the user needs to provide the unmapped identity."],["`IDENTITY_SOURCE_NOT_FOUND` or `IDENTITY_SOURCE_MISCONFIGURED` signal issues with the identity source, whereas `TOO_MANY_MAPPINGS_FOUND` implies an excessive number of users linked to the external identity."],["`INTERNAL_ERROR` represents an internal system error."]]],[]]