GetApplicationProvidersApplicationProvider

data class GetApplicationProvidersApplicationProvider(val applicationProviderArn: String, val displayDatas: List<GetApplicationProvidersApplicationProviderDisplayData>? = null, val federationProtocol: String)

Constructors

constructor(applicationProviderArn: String, displayDatas: List<GetApplicationProvidersApplicationProviderDisplayData>? = null, federationProtocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the application provider.

Link copied to clipboard

An object describing how IAM Identity Center represents the application provider in the portal. See display_data below.

Link copied to clipboard

Protocol that the application provider uses to perform federation. Valid values are SAML and OAUTH.