Module Values.PutApplicationSessionConfigurationRequestSource

Updates the session configuration for an application in IAM Identity Center. The session configuration determines how users can access an application. This includes whether user background sessions are enabled. User background sessions allow users to start a job on a supported Amazon Web Services managed application without having to remain signed in to an active session while the job runs.

Sourcetype nonrec t = {
  1. applicationArn : ApplicationArn.t;
    (*

    The Amazon Resource Name (ARN) of the application for which to update the session configuration.

    *)
  2. userBackgroundSessionApplicationStatus : UserBackgroundSessionApplicationStatus.t option;
    (*

    The status of user background sessions for the application.

    *)
}
Sourceval context_ : string
Sourceval make : ?userBackgroundSessionApplicationStatus:??? -> applicationArn:ApplicationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ApplicationArn.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