Values.DescribeApplicationProviderResponseSourceRetrieves 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 option;The ARN of the application provider.
*)federationProtocol : FederationProtocol.t option;The protocol used to federate to the application provider.
*)displayData : DisplayData.t option;A structure with details about the display data for the application provider.
*)resourceServerConfig : ResourceServerConfig.t option;A structure with details about the receiving application.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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 ]