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",
  FederationProtocol = "SAML"|"OAUTH",
  DisplayData = list(
    DisplayName = "string",
    IconUrl = "string",
    Description = "string"
  ),
  ResourceServerConfig = list(
    Scopes = list(
      list(
        LongDescription = "string",
        DetailedTitle = "string"
      )
    )
  )
)
Request syntax¶
svc$describe_application_provider(
  ApplicationProviderArn = "string"
)