Module Values.IamAuthConfigurationSource

Configuration for IAM-based authentication flow for the Operator App.

Sourcetype nonrec t = {
  1. operatorAppRoleArn : String_.t option;
    (*

    The IAM role end users assume to access AIDevOps APIs

    *)
  2. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the Operator App IAM auth flow was enabled.

    *)
  3. updatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the Operator App IAM auth flow was updated.

    *)
}
Sourceval make : ?operatorAppRoleArn:??? -> ?createdAt:??? -> ?updatedAt:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Timestamp of SyntheticTimestamp_date_time.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t