Values.GetProgrammaticAccessCredentialsRequestSourceRequest for GetProgrammaticAccessCredentials operation
type nonrec t = {durationInMinutes : SessionDuration.t option;The time duration in which the credentials remain valid.
*)environmentId : IdType.t;The FinSpace environment identifier.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of SessionDuration.t | `String of IdType.t ]) list ]