[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

AppEntitlementDto

Schema for Entitlement. Searchable fields are “id”, “entityId”, “entityType”, “applicationId”, “markerId”, “appVersionId”, “deliveryMode”, “createdAt”, “updatedAt”


Properties

string
appVersionId Optional

AppVersion Id


string
applicationId Optional

Application Id


string
createdAt Optional

This represents the timestamp at which the object was created


string
deliveryMode Optional

DeliveryMode, default is CLASSIC

Possible values are: CLASSICONDEMAND


string as ^[{]?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}]?$
entityId Optional

Id corresponding to Entity Type


string as ^(user|group)$
entityType Optional

Entity Type

Possible values are: groupuser


string
id Optional

This represents the unique Id of the Object


string
location Optional

This represents the location


string
markerId Optional

Marker Id of the app version

Possible values are: CURRENTLATEST


string
orgId Optional

This represents the organization Id


string
status Optional

Status of the operation

Possible values are: FAILEDPENDINGSUCCESS


string
updatedAt Optional

This represents the latest timestamp at which the object was updated

JSON Example

{
    "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"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

AppEntitlementDtoPage
EntitlementConflictTypeDto

Feedback

Was this page helpful?