Get Application Providers Application Provider
data class GetApplicationProvidersApplicationProvider(val applicationProviderArn: String, val displayDatas: List<GetApplicationProvidersApplicationProviderDisplayData>? = null, val federationProtocol: String) : ConvertibleToJava<GetApplicationProvidersApplicationProvider>
Constructors
Link copied to clipboard
constructor(applicationProviderArn: String, displayDatas: List<GetApplicationProvidersApplicationProviderDisplayData>? = null, federationProtocol: String)
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
.