Values.IdcAuthConfigurationSourceConfiguration for AWS Identity Center (IdC) authentication flow for the Operator App.
type nonrec t = {operatorAppRoleArn : String_.t option;The IAM role end users assume to access AIDevOps APIs
*)idcInstanceArn : String_.t option;The IdC instance Arn used to create an IdC auth application
*)idcApplicationArn : String_.t option;The IdC application Arn created for IdC auth
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp when the Operator App IdC auth flow was enabled.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp when the Operator App IdC auth flow was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]