IamTaskDetails
IamTaskDetails
IAM task details
JSON Example
{
"errorDetails": {
"errorCode": "string",
"errorMessage": "string",
"timestamp": 0
},
"taskId": "string",
"taskStatus": "string",
"taskType": "string"
}
string As uuid
As uuid
taskId
Required
Identifier of the IAM task
string
taskStatus
Optional
State of the IAM task
Possible values are :
QUEUED,
IN_PROGRESS,
FAILED,
COMPLETED,
UNKNOWN,
string
taskType
Optional
IAM Task Type
Possible values are :
IDP_RESET,
SSO_REALM_RESET,
COMPONENT_CUSTOM_ROLE_SYNC,
UNKNOWN,