Values.EntitlementSourceSpecifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. WorkSpaces Applications user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.
type nonrec t = {name : Name.t option;The name of the entitlement.
*)stackName : Name.t option;The name of the stack with which the entitlement is associated.
*)description : Description.t option;The description of the entitlement.
*)appVisibility : AppVisibility.t option;Specifies whether all or selected apps are entitled.
*)attributes : EntitlementAttributeList.t option;The attributes of the entitlement.
*)createdTime : Timestamp.t option;The time when the entitlement was created.
*)lastModifiedTime : Timestamp.t option;The time when the entitlement was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ]