WorkforcePoolProviderSamlArgs

data class WorkforcePoolProviderSamlArgs(val idpMetadataXml: Output<String>) : ConvertibleToJava<WorkforcePoolProviderSamlArgs>

Constructors

Link copied to clipboard
constructor(idpMetadataXml: Output<String>)

Properties

Link copied to clipboard
val idpMetadataXml: Output<String>

SAML Identity provider configuration metadata xml doc. The xml document should comply with SAML 2.0 specification. The max size of the acceptable xml document will be bounded to 128k characters. The metadata xml document should satisfy the following constraints:

Functions

Link copied to clipboard
open override fun toJava(): WorkforcePoolProviderSamlArgs