枚举 | |
---|---|
CODE_UNSPECIFIED |
仅限输入的值。用于列出所有未映射的身份(无论状态如何)。 |
NOT_FOUND |
未映射的身份在 IDaaS 中未找到,需要由用户提供。 |
IDENTITY_SOURCE_NOT_FOUND |
系统找不到与该身份相关联的身份源,或者该身份源已被删除。 |
IDENTITY_SOURCE_MISCONFIGURED |
IDaaS 不理解身份来源,可能是因为架构以不兼容的方式进行了修改。 |
TOO_MANY_MAPPINGS_FOUND |
与外部身份相关联的用户数过多。 |
INTERNAL_ERROR |
内部错误。 |
ExternalIdentityResolutionStatus.Code
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# ExternalIdentityResolutionStatus.Code\n\n| Enums ||\n|---------------------------------|------------------------------------------------------------------------------------------------------------------|\n| `CODE_UNSPECIFIED` | Input-only value. Used to list all unmapped identities regardless of status. |\n| `NOT_FOUND` | The unmapped identity was not found in IDaaS, and needs to be provided by the user. |\n| `IDENTITY_SOURCE_NOT_FOUND` | The identity source associated with the identity was either not found or deleted. |\n| `IDENTITY_SOURCE_MISCONFIGURED` | IDaaS does not understand the identity source, probably because the schema was modified in a non compatible way. |\n| `TOO_MANY_MAPPINGS_FOUND` | The number of users associated with the external identity is too large. |\n| `INTERNAL_ERROR` | Internal error. |"]]