SSOAdmin / Client / get_application_session_configuration

get_application_session_configuration

SSOAdmin.Client.get_application_session_configuration(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.get_application_session_configuration(
    ApplicationArn='string'
)
Parameters:

ApplicationArn (string) –

[REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{
    'UserBackgroundSessionApplicationStatus': 'ENABLED'|'DISABLED'
}

Response Structure

  • (dict) –

    • UserBackgroundSessionApplicationStatus (string) –

      The status of user background sessions for the application.

Exceptions