Get GDE Entitlement
Note: CPA must be initialized for the pod for invoking this API.
Note that this API depends on internal cache. There may be a delay in new entities being reflected in the response. All the listed privileges are required -
Privileges | Description |
---|---|
FEDERATED_LDAP_VIEW | Caller should have permission to this privilege, on the associated access group of global desktop entitlement. |
Request
URI
GET
https://{api_host}/rest/entitlements/v1/global-desktop-entitlements/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns EntitlementInfo of type(s) */*
{
"ad_user_or_group_ids": [
"S-1-1-1-3965912346-1012345398-3123456564-123",
"S-1-2-3-3123456786-1012345398-3123456784-124"
],
"id": "855ea6c5-720a-41e1-96f4-958c90e6e424"
}
array of string
ad_user_or_group_ids
Optional
List of ad-user-or-group SIDs which are entitled to the given resource.
string
id
Optional
Unique ID representing the resource.
Supported Filters : 'Equals'.
401
User is not authenticated
Operation doesn't return any data structure
403
Access to the resource is forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
409
Conflict | CPA not initialized for the pod
Operation doesn't return any data structure
Entitlements Operations
POST
Add Cloud Entitlements
POST
Bulk Create Application Pool Entitlements
POST
Bulk Create Desktop Pool Entitlements
POST
Bulk Create GAE Entitlements
POST
Bulk Create GDE Entitlements
DELETE
Bulk Delete Application Pool Entitlements
DELETE
Bulk Delete Desktop Pool Entitlements
DELETE
Bulk Delete GAE Entitlements
DELETE
Bulk Delete GDE Entitlements
DELETE
Delete Cloud Entitlements
GET
Get Application Pool Entitlements
GET
Get Desktop Pool Entitlements
GET
Get GAE Entitlement
GET
Get GDE Entitlement
GET
List Application Pool Entitlements
GET
List Cloud Entitlements
GET
List Desktop Pool Entitlements
GET
List GAE Entitlements
GET
List GDE Entitlements