SSOAdmin / Client / get_application_access_scope

get_application_access_scope#

SSOAdmin.Client.get_application_access_scope(**kwargs)#

Retrieves the authorized targets for an IAM Identity Center access scope for an application.

See also: AWS API Documentation

Request Syntax

response = client.get_application_access_scope(
    ApplicationArn='string',
    Scope='string'
)
Parameters:
  • ApplicationArn (string) –

    [REQUIRED]

    Specifies the ARN of the application with the access scope that you want to retrieve.

  • Scope (string) –

    [REQUIRED]

    Specifies the name of the access scope for which you want the authorized targets.

Return type:

dict

Returns:

Response Syntax

{
    'AuthorizedTargets': [
        'string',
    ],
    'Scope': 'string'
}

Response Structure

  • (dict) –

    • AuthorizedTargets (list) –

      An array of authorized targets associated with this access scope.

      • (string) –

    • Scope (string) –

      The name of the access scope that can be used with the authorized targets.

Exceptions