ListUnmappedIdentitiesResponse
JSON 表示法 |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
欄位 |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
用來擷取下一頁結果的符記;如果清單中沒有其他結果,這一欄就會留空。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間:2024-09-03 (世界標準時間)。"],[[["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."]]],[]]