Data Object - PodAssignmentData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.federation.PodAssignment.PodAssignmentData
Property of
See also
GlobalApplicationEntitlementId, GlobalEntitlementId, PodId, UserOrGroupId
Since
Horizon View 6.0
Data Object Description¶
Data about the pod assignment.
Data Object Properties¶
Name | Type | Description |
---|---|---|
user | UserOrGroupId | The user id associated with this pod assignment. This will never be a group id. 2 |
pod | PodId | The pod id associated with this pod assignment. 2 |
globalEntitlement | GlobalEntitlementId | The global entitlement id associated with this pod assignment. Only one of globalEntitlement and globalApplicationEntitlement may be set. 1 2 |
globalApplicationEntitlement | GlobalApplicationEntitlementId | The global application entitlement id associated with this pod assignment. Only one of globalEntitlement and globalApplicationEntitlement may be set. Since Horizon View 6.2 1 2 |