Created
June 3, 2018 14:34
-
-
Save AlainODea/e258213113039e6f94fadb6ed686575b to your computer and use it in GitHub Desktop.
Example Okta Users API v1 Tab/App list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "tabWORK_TAB_ID", | |
"label": "Work", | |
"sortOrder": 0, | |
"lastUpdated": "2018-06-03T14:30:45.000Z", | |
"created": "2018-06-03T14:30:45.000Z", | |
"_links": { | |
"self": { | |
"href": "https://example.okta.com/api/v1/users/me/home/tabs/tabWORK_TAB_ID", | |
"hints": { | |
"allow": [ | |
"GET", | |
"PUT", | |
"DELETE" | |
] | |
} | |
}, | |
"items": { | |
"href": "https://example.okta.com/api/v1/users/me/home/tabs/tabWORK_TAB_ID/items", | |
"hints": { | |
"allow": [ | |
"GET" | |
] | |
} | |
} | |
}, | |
"_embedded": { | |
"items": [ | |
{ | |
"id": "aucAWS_USER_CONFIG_ID", | |
"resourceType": "urn:okta:resource:appLink", | |
"sortOrder": 1691, | |
"_links": { | |
"settings": { | |
"href": "https://example.okta.com/api/v1/users/me/home/tabs/tabWORK_TAB_ID/items/settings/aucAWS_USER_CONFIG_ID", | |
"hints": { | |
"allow": [ | |
"GET", | |
"PUT" | |
] | |
} | |
}, | |
"tab": { | |
"href": "https://example.okta.com/api/v1/users/me/home/tabs/tabWORK_TAB_ID", | |
"hints": { | |
"allow": [ | |
"GET", | |
"PUT", | |
"DELETE" | |
] | |
} | |
}, | |
"about": { | |
"href": "https://example.okta.com/api/v1/users/me/appLinks/aucAWS_USER_CONFIG_ID", | |
"hints": { | |
"allow": [ | |
"GET" | |
] | |
} | |
}, | |
"self": { | |
"href": "https://example.okta.com/api/v1/users/me/home/tabs/tabWORK_TAB_ID/items/aucAWS_USER_CONFIG_ID", | |
"hints": { | |
"allow": [ | |
"GET", | |
"PUT" | |
] | |
} | |
} | |
}, | |
"_embedded": { | |
"resource": { | |
"label": "Amazon Web Services", | |
"logoUrl": "https://example.okta.com/bc/globalFileStoreRecord?id=AWS_ICON_ID", | |
"linkUrl": "https://example.okta.com/home/amazon_aws/AWS_APP_ID/AWS_APP_NUM", | |
"credentialsSetup": true, | |
"autoLaunch": false, | |
"locked": false, | |
"pluginRequired": false, | |
"appInstancePersonal": false, | |
"appInstanceId": "AWS_APP_ID", | |
"appDisplayName": "Amazon Web Services", | |
"unSupportedClients": [], | |
"appAssignmentId": "AWS_APP_ASSIGN_ID", | |
"hiddenInLegacyUI": false, | |
"resetPassword": false, | |
"vpnRequired": false, | |
"adminSetsCredentials": false, | |
"adminSetsAppNotes": false, | |
"sharingCredentials": false | |
} | |
} | |
} | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment