---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_sso_application{% #aws_sso_application %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `application_account`{% #application_account %}

**Type**: `STRING`**Provider name**: `ApplicationAccount`**Description**: The Amazon Web Services account ID number of the application.

## `application_arn`{% #application_arn %}

**Type**: `STRING`**Provider name**: `ApplicationArn`**Description**: The ARN of the application.

## `application_assignments`{% #application_assignments %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `ApplicationAssignments`**Description**: The list of users assigned to an application.

- `application_arn`**Type**: `STRING`**Provider name**: `ApplicationArn`**Description**: The ARN of the application that has principals assigned.
- `principal_id`**Type**: `STRING`**Provider name**: `PrincipalId`**Description**: The unique identifier of the principal assigned to the application.
- `principal_type`**Type**: `STRING`**Provider name**: `PrincipalType`**Description**: The type of the principal assigned to the application.

## `application_provider_arn`{% #application_provider_arn %}

**Type**: `STRING`**Provider name**: `ApplicationProviderArn`**Description**: The ARN of the application provider for this application.

## `assignment_required`{% #assignment_required %}

**Type**: `BOOLEAN`**Provider name**: `AssignmentRequired`**Description**: If `AssignmentsRequired` is `true` (default value), users don't have access to the application unless an assignment is created using the [CreateApplicationAssignment API](https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html). If `false`, all users have access to the application.

## `created_date`{% #created_date %}

**Type**: `TIMESTAMP`**Provider name**: `CreatedDate`**Description**: The date and time when the application was originally created.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `Description`**Description**: The description of the application.

## `instance_arn`{% #instance_arn %}

**Type**: `STRING`**Provider name**: `InstanceArn`**Description**: The ARN of the instance of IAM Identity Center that is configured with this application.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the application.

## `portal_options`{% #portal_options %}

**Type**: `STRUCT`**Provider name**: `PortalOptions`**Description**: A structure that describes the options for the access portal associated with this application.

- `sign_in_options`**Type**: `STRUCT`**Provider name**: `SignInOptions`**Description**: A structure that describes the sign-in options for the access portal.
  - `application_url`**Type**: `STRING`**Provider name**: `ApplicationUrl`**Description**: The URL that accepts authentication requests for an application. This is a required parameter if the `Origin` parameter is `APPLICATION`.
  - `origin`**Type**: `STRING`**Provider name**: `Origin`**Description**: This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:
    - `APPLICATION`: IAM Identity Center redirects the customer to the configured `ApplicationUrl`.
    - `IDENTITY_CENTER`: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.
- `visibility`**Type**: `STRING`**Provider name**: `Visibility`**Description**: Indicates whether this application is visible in the access portal.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The current status of the application in this instance of IAM Identity Center.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
