{
"identities": [
{
"identity_id": "string",
"identity_name": "string",
"identity_type": "string"
}
],
"rules": [
{
"resource": {
"id": "string",
"code": "string",
"scope": "string",
"actions": [
"string"
],
"match_all_actions": true,
"match_all_resources": true,
"application_id": "string",
"application_name": "string"
},
"resource_set": {
"id": "string",
"code": "string"
},
"affect": "string",
"owner_app_id": "string"
}
],
"purge_exists": true
}curl --location --request POST '/v1/batch/auth-unit-rules' \
--header 'Content-Type: application/json' \
--data-raw '{
"identities": [
{
"identity_id": "string",
"identity_name": "string",
"identity_type": "string"
}
],
"rules": [
{
"resource": {
"id": "string",
"code": "string",
"scope": "string",
"actions": [
"string"
],
"match_all_actions": true,
"match_all_resources": true,
"application_id": "string",
"application_name": "string"
},
"resource_set": {
"id": "string",
"code": "string"
},
"affect": "string",
"owner_app_id": "string"
}
],
"purge_exists": true
}'{}