TenantInboundSamlConfigIdpConfigArgs

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

Constructors

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

Functions

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

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.