Skip to content

Describe Application

ssoadmin_describe_application R Documentation

Retrieves the details of an application associated with an instance of IAM Identity Center

Description

Retrieves the details of an application associated with an instance of IAM Identity Center.

Usage

ssoadmin_describe_application(ApplicationArn)

Arguments

ApplicationArn

[required] Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Value

A list with the following syntax:

list(
  ApplicationAccount = "string",
  ApplicationArn = "string",
  ApplicationProviderArn = "string",
  CreatedDate = as.POSIXct(
    "2015-01-01"
  ),
  Description = "string",
  InstanceArn = "string",
  Name = "string",
  PortalOptions = list(
    SignInOptions = list(
      ApplicationUrl = "string",
      Origin = "IDENTITY_CENTER"|"APPLICATION"
    ),
    Visibility = "ENABLED"|"DISABLED"
  ),
  Status = "ENABLED"|"DISABLED"
)

Request syntax

svc$describe_application(
  ApplicationArn = "string"
)