InboundSamlConfigSpConfigArgs

data class InboundSamlConfigSpConfigArgs(val callbackUri: Output<String>? = null, val spCertificates: Output<List<InboundSamlConfigSpConfigSpCertificateArgs>>? = null, val spEntityId: Output<String>? = null) : ConvertibleToJava<InboundSamlConfigSpConfigArgs>

Constructors

Link copied to clipboard
constructor(callbackUri: Output<String>? = null, spCertificates: Output<List<InboundSamlConfigSpConfigSpCertificateArgs>>? = null, spEntityId: Output<String>? = null)

Properties

Link copied to clipboard
val callbackUri: Output<String>? = null

Callback URI where responses from IDP are handled. Must start with https://.

Link copied to clipboard

(Output) The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP. Structure is documented below. The sp_certificates block contains:

Link copied to clipboard
val spEntityId: Output<String>? = null

Unique identifier for all SAML entities.

Functions

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