Values.CreateEntitlementRequestSourceCreates a new 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;The name of the entitlement.
*)stackName : Name.t;The name of the stack with which the entitlement is associated.
*)description : Description.t option;The description of the entitlement.
*)appVisibility : AppVisibility.t;Specifies whether all or selected apps are entitled.
*)attributes : EntitlementAttributeList.t;The attributes of the entitlement.
*)}val make :
?description:??? ->
name:Name.t ->
stackName:Name.t ->
appVisibility:AppVisibility.t ->
attributes:EntitlementAttributeList.t ->
unit ->
t