Skip to content

Describe Application Provider

ssoadmin_describe_application_provider R Documentation

Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center

Description

Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.

Usage

ssoadmin_describe_application_provider(ApplicationProviderArn)

Arguments

ApplicationProviderArn

[required] Specifies the ARN of the application provider for which you want details.

Value

A list with the following syntax:

list(
  ApplicationProviderArn = "string",
  DisplayData = list(
    Description = "string",
    DisplayName = "string",
    IconUrl = "string"
  ),
  FederationProtocol = "SAML"|"OAUTH",
  ResourceServerConfig = list(
    Scopes = list(
      list(
        DetailedTitle = "string",
        LongDescription = "string"
      )
    )
  )
)

Request syntax

svc$describe_application_provider(
  ApplicationProviderArn = "string"
)