Module Values.GetProgrammaticAccessCredentialsRequestSource

Request for GetProgrammaticAccessCredentials operation

Sourcetype nonrec t = {
  1. durationInMinutes : SessionDuration.t option;
    (*

    The time duration in which the credentials remain valid.

    *)
  2. environmentId : IdType.t;
    (*

    The FinSpace environment identifier.

    *)
}
Sourceval context_ : string
Sourceval make : ?durationInMinutes:??? -> environmentId:IdType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of SessionDuration.t | `String of IdType.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