EntitlementResponseInfo

EntitlementResponseInfo
EntitlementResponseInfo

Entitlement response info object corresponding 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."
    ],
    "errors": [
        {
            "error_key": "inventory.machine.not.found",
            "error_message": "username cannot be empty"
        }
    ],
    "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. This field is deprecated since 2203 release.

array of APIError
errors
Optional

List of error objects containing error key and error message.

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.