Values.IdpAuthConfigurationSourceConfiguration for external Identity Provider OIDC authentication flow for the Operator App.
type nonrec t = {issuerUrl : String_.t option;The OIDC issuer URL of the external Identity Provider
*)clientId : String_.t option;The OIDC client ID for the IdP application
*)operatorAppRoleArn : String_.t option;The IAM role end users assume to access AIDevOps APIs
*)provider : String_.t option;The Identity Provider name (e.g., Entra, Okta, Google)
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp when the Operator App IdP auth flow was enabled.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp when the Operator App IdP auth flow was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]