InboundSamlConfigIdpConfigArgs

data class InboundSamlConfigIdpConfigArgs(val idpCertificates: Output<List<InboundSamlConfigIdpConfigIdpCertificateArgs>>, val idpEntityId: Output<String>, val signRequest: Output<Boolean>? = null, val ssoUrl: Output<String>) : ConvertibleToJava<InboundSamlConfigIdpConfigArgs>

Constructors

Link copied to clipboard
fun InboundSamlConfigIdpConfigArgs(idpCertificates: Output<List<InboundSamlConfigIdpConfigIdpCertificateArgs>>, idpEntityId: Output<String>, signRequest: Output<Boolean>? = null, ssoUrl: Output<String>)

Functions

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

Properties

Link copied to clipboard

The IdP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below.

Link copied to clipboard
val idpEntityId: Output<String>

Unique identifier for all SAML entities

Link copied to clipboard
val signRequest: Output<Boolean>? = null

Indicates if outbounding SAMLRequest should be signed.

Link copied to clipboard
val ssoUrl: Output<String>

URL to send Authentication request to.