SecurityAgent / Client / get_application

get_application

SecurityAgent.Client.get_application(**kwargs)

Retrieves information about an application.

See also: AWS API Documentation

Request Syntax

response = client.get_application(
    applicationId='string'
)
Parameters:

applicationId (string) –

[REQUIRED]

The unique identifier of the application to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'applicationId': 'string',
    'domain': 'string',
    'applicationName': 'string',
    'idcConfiguration': {
        'idcApplicationArn': 'string',
        'idcInstanceArn': 'string'
    },
    'roleArn': 'string',
    'defaultKmsKeyId': 'string'
}

Response Structure

  • (dict) –

    • applicationId (string) –

      The unique identifier of the application.

    • domain (string) –

      The domain associated with the application.

    • applicationName (string) –

      The name of the application.

    • idcConfiguration (dict) –

      The IAM Identity Center configuration for the application.

      • idcApplicationArn (string) –

        The Amazon Resource Name (ARN) of the IAM Identity Center application.

      • idcInstanceArn (string) –

        The Amazon Resource Name (ARN) of the IAM Identity Center instance.

    • roleArn (string) –

      The Amazon Resource Name (ARN) of the IAM role associated with the application.

    • defaultKmsKeyId (string) –

      The identifier of the default AWS KMS key used to encrypt data for the application.