BrokerDirectorySwitchProvisioningResponseMedia
Represents response details for switching provisioning type
{
"brokerDirectoryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"idpId": "f4d49163-1cb3-4a8b-b966-03528c747097",
"provisioningType": "LDAP",
"jitPreProvisioningGroups": {
"preProvisionedGroupsEnabled": true,
"preProvisionedGroups": [
{
"domain": "mydomain1.com",
"groups": [
"[ 'group1', 'group2' ]"
]
}
]
},
"status": "COMPLETED",
"preview": false,
"errorMessage": "string",
"directoriesConfiguration": [
{
"ldapConfigUUid": "string",
"brokerDirectoryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"directoryConfigWarningMessage": "Target domain does not match the domain from the LDAP configuration",
"domain": "myDomain.com",
"migrationStatus": "COMPLETED"
}
],
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
}
}
The unique identifier of the directory
The id of Identity Provider
The provisioning type of the directory
Configuration for JIT pre-provisioning groups
The status of switching provisioning type
If preview is true the switch provisioning process will not be started, only validation of ldap directory configuration will be performed. If there is an error, for example domain mismatch return warning message in the response. If preview is false then start switch provisioning process. Applicable for LDAP provisioning type
Error message return when switching provisioning fails
Directory configuration details
The resource HATEOAS links. Usually includes a "self" link for this resource