Get List of Entitlement Types
GET/getEntitlementTypes
This API returns list of Entitlement Types in SSM.
The Authorization
must have Bearer
followed by Token
.
Optional params:
entitlementname
,
max
,
offset
,
endpointname
Request
Query Parameters
entitlementname string
max string
offset string
endpointname string
Responses
- 200
Get Entitlement Types
Response Headers
Date
string
Server
string
Set-Cookie
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Get Entitlement Types
Schema
Array [
]
displayCount number
entitlementTypeDetails
object[]
ars_req_ent_sqlquerey string
ars_select_ent_sqlquerey string
availableQueryServiceAccount string
certifiable string
createTaskAction string
customproperty1_label string
customproperty9_label string
displayName string
endpoint string
entitlementdescription string
entitlementname string
hiearchyrequired string
orderindex string
recon string
requestDatesConfJson string
requestoption string
requiredinrequest string
securitysystem string
selectedQueryServiceAccount string
showonchild string
workflow string
errorCode string
msg string
totalCount number
{
"displayCount": 1,
"entitlementTypeDetails": [
{
"ars_req_ent_sqlquerey": "ev.status=1 and ev.customproperty1='TRUE'",
"ars_select_ent_sqlquerey": "testsel",
"availableQueryServiceAccount": "test qry",
"certifiable": "true",
"createTaskAction": "{\"taskActions\":[\"enableRollback\",\"removeTaskForExistingEntitlements\",\"noAction\"]}",
"customproperty1_label": "cp1",
"customproperty9_label": "cp9",
"displayName": "testEnt81",
"endpoint": "AD Test",
"entitlementdescription": "entitlementdescription",
"entitlementname": "testEnt81",
"hiearchyrequired": "0",
"orderindex": "2",
"recon": "true",
"requestDatesConfJson": "test date",
"requestoption": "Request Form Table No Remove",
"requiredinrequest": "false",
"securitysystem": "AD Test",
"selectedQueryServiceAccount": "service acc qry",
"showonchild": "false",
"workflow": "SampleManagerApproval"
}
],
"errorCode": "0",
"msg": "Success",
"totalCount": 1
}
{
"displayCount": 1,
"entitlementTypeDetails": [
{
"ars_req_ent_sqlquerey": "ev.status=1 and ev.customproperty1='TRUE'",
"ars_select_ent_sqlquerey": "testsel",
"availableQueryServiceAccount": "test qry",
"certifiable": "true",
"createTaskAction": "{\"taskActions\":[\"enableRollback\",\"removeTaskForExistingEntitlements\",\"noAction\"]}",
"customproperty1_label": "cp1",
"customproperty9_label": "cp9",
"displayName": "testEnt81",
"endpoint": "AD Test",
"entitlementdescription": "entitlementdescription",
"entitlementname": "testEnt81",
"hiearchyrequired": "0",
"orderindex": "2",
"recon": "true",
"requestDatesConfJson": "test date",
"requestoption": "Request Form Table No Remove",
"requiredinrequest": "false",
"securitysystem": "AD Test",
"selectedQueryServiceAccount": "service acc qry",
"showonchild": "false",
"workflow": "SampleManagerApproval"
}
],
"errorCode": "0",
"msg": "Success",
"totalCount": 1
}
Loading...