Module Values.GetApplicationSessionConfigurationRequestSource

Retrieves 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 retrieve the session configuration.

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