Parameter | Description |
---|---|
Expand | Traverses users link relationship and optionally embeds Application User resource. |
Filter | Filters apps by status, user.id, group.id or credentials.signing.kid expression. |
Limit | Specifies the number of results for a page (maximum 200). |
Query | Searches the name or label property of applications using startsWith that matches what the string starts with to the query. |
Return All Pages | Automatically fetch all resources, page by page. |
[
{
"id": "<string>",
"orn": "<string>",
"name": "<string>",
"label": "<string>",
"status": "<string>",
"lastUpdated": "2004-12-12T09:44:48.750Z",
"created": "2007-04-10T08:56:30.719Z",
"accessibility": {
"selfService": false,
"errorRedirectUrl": null,
"loginRedirectUrl": null
},
"visibility": {
"autoSubmitToolbar": false,
"hide": {
"iOS": false,
"web": false
},
"appLinks": {
"admin": true
}
},
"features": [],
"signOnMode": "<string>",
"credentials": {
"userNameTemplate": {
"template": "<string>",
"type": "<string>"
},
"signing": {
"kid": "<string>"
}
},
"settings": {
"app": {},
"notifications": {
"vpn": {
"network": {
"connection": "<string>"
},
"message": null,
"helpUrl": null
}
},
"manualProvisioning": false,
"implicitAssignment": false
},
"_links": {
"uploadLogo": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
},
"appLinks": [
{
"name": "<string>",
"href": "<string>",
"type": "<string>"
}
],
"profileEnrollment": {
"href": "<string>"
},
"policies": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
},
"groups": {
"href": "<string>"
},
"logo": [
{
"name": "<string>",
"href": "<string>",
"type": "<string>"
}
],
"accessPolicy": {
"href": "<string>"
},
"users": {
"href": "<string>"
},
"deactivate": {
"href": "<string>"
}
}
},
{
"id": "<string>",
"orn": "<string>",
"name": "<string>",
"label": "<string>",
"status": "<string>",
"lastUpdated": "2021-04-18T07:01:12.686Z",
"created": "2010-08-16T04:19:42.653Z",
"accessibility": {
"selfService": false,
"errorRedirectUrl": null,
"loginRedirectUrl": null
},
"visibility": {
"autoSubmitToolbar": false,
"hide": {
"iOS": false,
"web": false
},
"appLinks": {}
},
"features": [],
"signOnMode": "<string>",
"credentials": {
"userNameTemplate": {
"template": "<string>",
"type": "<string>"
},
"signing": {
"kid": "<string>"
}
},
"settings": {
"app": {},
"notifications": {
"vpn": {
"network": {
"connection": "<string>"
},
"message": null,
"helpUrl": null
}
},
"manualProvisioning": false,
"implicitAssignment": false
},
"_links": {
"uploadLogo": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
},
"appLinks": [],
"profileEnrollment": {
"href": "<string>"
},
"policies": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
},
"groups": {
"href": "<string>"
},
"logo": [
{
"name": "<string>",
"href": "<string>",
"type": "<string>"
}
],
"accessPolicy": {
"href": "<string>"
},
"users": {
"href": "<string>"
},
"deactivate": {
"href": "<string>"
}
}
}
]
Was this page helpful?