RemoveAutoEntitlementPoliciesResponseString
RemoveAutoEntitlementPoliciesResponseString
Request for deleting the Auto Entitlement Policies by the identifiers
JSON Example
{
"failed": [
"string"
],
"succeeded": [
"string"
],
"failures": [
{
"message": "string",
"id": "string",
"errorCode": "string"
}
]
}
array of
string
failed
Optional
The entities for which the operation failed.
array of
string
succeeded
Optional
The entities for which the operation is successful.
array of
RemoveGroupsFromOrganizationFailure
failures
Optional
The Auto Entitlement policy identifiers for which the delete operation failed along with the reason of failure.