Values.ApplicationProviderSourceA structure that describes a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.
type nonrec t = {applicationProviderArn : ApplicationProviderArn.t option;The ARN of the application provider.
*)federationProtocol : FederationProtocol.t option;The protocol that the application provider uses to perform federation.
*)displayData : DisplayData.t option;A structure that describes how IAM Identity Center represents the application provider in the portal.
*)resourceServerConfig : ResourceServerConfig.t option;A structure that describes the application provider's resource server.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationProviderArn.t
| `Structure of
(string
* [> `Map of
([> `String of ResourceServerScope.t ]
* [> `Structure of
(string * [> `String of Description.t ]) list ])
list
| `String of Name.t ])
list ])
list ]