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