ListUnmappedIdentitiesResponse
Biểu diễn dưới dạng JSON |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
Trường |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
Mã thông báo để truy xuất trang kết quả tiếp theo hoặc để trống nếu không còn kết quả nào trong danh sách.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-03 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-03 UTC."],[[["The `ListUnmappedIdentitiesResponse` object provides a list of unmapped identities and a token for retrieving the next page of results."],["Each `UnmappedIdentity` object includes details about an external user (`externalIdentity`) and their resolution status (`resolutionStatusCode`)."],["The `externalIdentity` field represents the resource name of an external user, utilizing the `Principal` object structure."],["`resolutionStatusCode` indicates the status of mapping the external identity using the `ExternalIdentityResolutionStatus.Code` enum."]]],[]]