EntitlementResponseInfo

EntitlementResponseInfo
EntitlementResponseInfo

Entitlement response info object corrspsonding to the given ad-user-or-group SID for the entitlement operation.

JSON Example
{
    "ad_user_or_group_id": "S-1-5-21-2898529287-1016622242-505487308-500",
    "error_messages": [
        "Entity does not exists.",
        "Property is mandatory."
    ],
    "status_code": 200,
    "timestamp": 1561939200000
}
string
ad_user_or_group_id
Optional

Unique SID representing the ad-user-or-group

array of string
error_messages
Optional

Reasons for the failure of the operation.

integer As int32 As int32
status_code
Optional

Response HTTP status code of the operation.

integer As int64 As int64
timestamp
Optional

Timestamp in milliseconds when the operation failed. Measured as epoch time.