[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
EntitlementConflictTypeDto
Schema for conflicts while validating Entitlements request
Properties
array of
AppEntitlementDto
conflict_OVERWRITE
Optional
Schema for Entitlement. Searchable fields are “id”, “entityId”, “entityType”, “applicationId”, “markerId”, “appVersionId”, “deliveryMode”, “createdAt”, “updatedAt”
array of
AppEntitlementDto
conflict_SKIP
Optional
Schema for Entitlement. Searchable fields are “id”, “entityId”, “entityType”, “applicationId”, “markerId”, “appVersionId”, “deliveryMode”, “createdAt”, “updatedAt”
array of
AppEntitlementDto
no_CONFLICT
Optional
Schema for Entitlement. Searchable fields are “id”, “entityId”, “entityType”, “applicationId”, “markerId”, “appVersionId”, “deliveryMode”, “createdAt”, “updatedAt”
JSON Example
{
"conflict_OVERWRITE": [
{
"appVersionId": "63c169fb36358558af039226",
"applicationId": "63bfbf6af0429c0f8fe9c229",
"createdAt": "2022-07-11T07:44:49.619+00:00",
"deliveryMode": "CLASSIC",
"entityId": "2ed0b9b0-3a79-4a06-93ff-07d41a025453",
"entityType": "user",
"id": "e7421121-d052-4fd9-861f-7ce57246134e",
"location": "US",
"markerId": "CURRENT",
"orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
"status": "SUCCESS",
"updatedAt": "2022-07-11T07:44:49.619+00:00"
}
],
"conflict_SKIP": [
{
"appVersionId": "63c169fb36358558af039226",
"applicationId": "63bfbf6af0429c0f8fe9c229",
"createdAt": "2022-07-11T07:44:49.619+00:00",
"deliveryMode": "CLASSIC",
"entityId": "2ed0b9b0-3a79-4a06-93ff-07d41a025453",
"entityType": "user",
"id": "e7421121-d052-4fd9-861f-7ce57246134e",
"location": "US",
"markerId": "CURRENT",
"orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
"status": "SUCCESS",
"updatedAt": "2022-07-11T07:44:49.619+00:00"
}
],
"no_CONFLICT": [
{
"appVersionId": "63c169fb36358558af039226",
"applicationId": "63bfbf6af0429c0f8fe9c229",
"createdAt": "2022-07-11T07:44:49.619+00:00",
"deliveryMode": "CLASSIC",
"entityId": "2ed0b9b0-3a79-4a06-93ff-07d41a025453",
"entityType": "user",
"id": "e7421121-d052-4fd9-861f-7ce57246134e",
"location": "US",
"markerId": "CURRENT",
"orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
"status": "SUCCESS",
"updatedAt": "2022-07-11T07:44:49.619+00:00"
}
]
}