Values.DescribeApplicationProviderRequestSourceRetrieves details about 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;Specifies the ARN of the application provider for which you want details.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ApplicationProviderArn.t ]) list ]