Values.GetIdentitySourceResponseSourceReturns details for an identity source. For more information, see Identity Source in the Multi-party approval User Guide.
type nonrec t = {identitySourceType : IdentitySourceType.t option;The type of resource that provided identities to the identity source. For example, an IAM Identity Center instance.
*)identitySourceParameters : IdentitySourceParametersForGet.t option;A IdentitySourceParameters object. Contains details for the resource that provides identities to the identity source. For example, an IAM Identity Center instance.
*)identitySourceArn : String_.t option;Amazon Resource Name (ARN) for the identity source.
*)creationTime : IsoTimestamp.t option;Timestamp when the identity source was created.
*)status : IdentitySourceStatus.t option;Status for the identity source. For example, if the identity source is ACTIVE.
*)statusCode : IdentitySourceStatusCode.t option;Status code of the identity source.
*)statusMessage : String_.t option;Message describing the status for the identity source.
*)}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 String_.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list
| `Timestamp of IsoTimestamp.t ])
list ]