ルート・スキーマ: ShareDeleteUserResponse
タイプ: object
レスポンス本文には、ユーザー失効操作に関する情報が含まれます。
ソースを表示
{
"description":"The response body includes information about the revoke user operation.",
"properties":{
"id":{
"type":"string",
"description":"Globally unique identifier (GUID) for the folder."
},
"type":{
"type":"string",
"description":"Item type <code>share</code>."
},
"errorCode":{
"type":"string",
"description":"An error code of zero (0) indicates no errors."
},
"members":{
"type":"array",
"description":"Users or groups whose roles are revoked in the current request.",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string",
"description":"User or group identifier as supplied in the request body's <code>userID</code> parameter."
},
"displayName":{
"type":"string",
"description":"User or group diplay name."
},
"type":{
"type":"string",
"description":"Member type, has value <code>user</code> or <code>group</code>."
},
"isSuccessful":{
"type":"string",
"description":"Whether deleting this member was successful. (1) indicates success, (0) indicates failure."
},
"provisioningStatus":{
"type":"string",
"description":"<p>Provisioning status for the user:</p><p><ul><li><b>active:</b> An active user that has been assigned an Oracle Content Management application role</li><li><b>inactive:</b> A user that currently has no Content Management application roles assigned.</li><li><b>deleted:</b> A user that no longer exists in the IAM/IDCS identity domain.</li><li><b>pending:</b> An external user that was invited but does not exist in the IAM/IDCS identity domain yet.</li></ul></p><p>Not returned if the type is <code>group</code>.</p>"
}
}
}
}
}
}
ネストされたスキーマ: members
タイプ: array
現在のリクエストでロールが取り消されるユーザーまたはグループ。
ソースを表示
{
"type":"array",
"description":"Users or groups whose roles are revoked in the current request.",
"items":{
"type":"object",
"properties":{
"id":{
"type":"string",
"description":"User or group identifier as supplied in the request body's <code>userID</code> parameter."
},
"displayName":{
"type":"string",
"description":"User or group diplay name."
},
"type":{
"type":"string",
"description":"Member type, has value <code>user</code> or <code>group</code>."
},
"isSuccessful":{
"type":"string",
"description":"Whether deleting this member was successful. (1) indicates success, (0) indicates failure."
},
"provisioningStatus":{
"type":"string",
"description":"<p>Provisioning status for the user:</p><p><ul><li><b>active:</b> An active user that has been assigned an Oracle Content Management application role</li><li><b>inactive:</b> A user that currently has no Content Management application roles assigned.</li><li><b>deleted:</b> A user that no longer exists in the IAM/IDCS identity domain.</li><li><b>pending:</b> An external user that was invited but does not exist in the IAM/IDCS identity domain yet.</li></ul></p><p>Not returned if the type is <code>group</code>.</p>"
}
}
}
}
ネストされたスキーマ: items
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"id":{
"type":"string",
"description":"User or group identifier as supplied in the request body's <code>userID</code> parameter."
},
"displayName":{
"type":"string",
"description":"User or group diplay name."
},
"type":{
"type":"string",
"description":"Member type, has value <code>user</code> or <code>group</code>."
},
"isSuccessful":{
"type":"string",
"description":"Whether deleting this member was successful. (1) indicates success, (0) indicates failure."
},
"provisioningStatus":{
"type":"string",
"description":"<p>Provisioning status for the user:</p><p><ul><li><b>active:</b> An active user that has been assigned an Oracle Content Management application role</li><li><b>inactive:</b> A user that currently has no Content Management application roles assigned.</li><li><b>deleted:</b> A user that no longer exists in the IAM/IDCS identity domain.</li><li><b>pending:</b> An external user that was invited but does not exist in the IAM/IDCS identity domain yet.</li></ul></p><p>Not returned if the type is <code>group</code>.</p>"
}
}
}