EntitlementsRequestsApproval
EntitlementsRequestsApproval
Entity to represent entitlement approval
JSON Example
{
"status": "string",
"comment": "string",
"requests": [
"string"
],
"expiryDate": 0,
"approvalType": "string"
}
status
Optional
Enum to represent entitlements request approval status
Possible values are :
APPROVED,
DENIED,
string
comment
Optional
Approver's comment
array of
string
requests
Optional
requests
integer As int64
As int64
expiryDate
Optional
Date of entitlement expiry. Date in seconds. When approval type is "WITH_MODIFICATION", the default value of expiryDate is 0. This implies that the request's expiry date would be updated to 'Never expire' by default.
approvalType
Optional
Enum to represent approval request type.
Possible values are :
AS_IS,
WITH_MODIFICATION,