Values.DataAccessorSourceProvides summary information about a data accessor.
type nonrec t = {displayName : DataAccessorName.t option;The friendly name of the data accessor.
*)dataAccessorId : DataAccessorId.t option;The unique identifier of the data accessor.
*)dataAccessorArn : DataAccessorArn.t option;The Amazon Resource Name (ARN) of the data accessor.
*)idcApplicationArn : IdcApplicationArn.t option;The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
*)principal : PrincipalRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.
*)authenticationDetail : DataAccessorAuthenticationDetail.t option;The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor.
*)createdAt : Timestamp.t option;The timestamp when the data accessor was created.
*)updatedAt : Timestamp.t option;The timestamp when the data accessor was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DataAccessorName.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of DataAccessorExternalId.t ] list
| `Structure of
(string
* [> `Structure of
(string * [> `String of IdcTrustedTokenIssuerArn.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]