This product is not supported for your selected Datadog site. ().
This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

aws_sso_application

account_id

Type: STRING

application_account

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

application_arn

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

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

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

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. If false, all users have access to the application.

created_date

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

description

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

instance_arn

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

name

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

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

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

tags

Type: UNORDERED_LIST_STRING