SecurityAgent / Client / get_application

get_application

SecurityAgent.Client.get_application(**kwargs)

Retrieves application details by application ID

See also: AWS API Documentation

Request Syntax

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

applicationId (string) –

[REQUIRED]

Application ID

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) –

      Application ID

    • domain (string) –

      Domain where the application is available

    • applicationName (string) –

      Name of the application, automatically assigned by the service

    • idcConfiguration (dict) –

      IAM Identity Center configuration for the application

      • idcApplicationArn (string) –

        ARN of the IAM Identity Center application associated with this application

      • idcInstanceArn (string) –

        ARN of the IAM Identity Center instance used for user authentication

    • roleArn (string) –

      ARN of the IAM role that the application uses to access AWS resources on your behalf

    • defaultKmsKeyId (string) –

      Default KMS key identifier used to encrypt application data