Values.IamAuthConfigurationSourceConfiguration for IAM-based authentication flow for the Operator App.
type nonrec t = {operatorAppRoleArn : String_.t option;The IAM role end users assume to access AIDevOps APIs
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp when the Operator App IAM auth flow was enabled.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp when the Operator App IAM auth flow was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]