idpCertificates

@JvmName(name = "ggovyhccmebjjbiw")
suspend fun idpCertificates(value: Output<List<InboundSamlConfigIdpConfigIdpCertificateArgs>>)
@JvmName(name = "lmujgserdxjwprqr")
suspend fun idpCertificates(value: List<InboundSamlConfigIdpConfigIdpCertificateArgs>)

Parameters

value

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


@JvmName(name = "avdrnrvthgfbmspu")
suspend fun idpCertificates(vararg values: Output<InboundSamlConfigIdpConfigIdpCertificateArgs>)


@JvmName(name = "tpfafdryypgngaqe")
suspend fun idpCertificates(values: List<Output<InboundSamlConfigIdpConfigIdpCertificateArgs>>)
@JvmName(name = "sqcyjbnsimuyxcor")
suspend fun idpCertificates(vararg values: InboundSamlConfigIdpConfigIdpCertificateArgs)

Parameters

values

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


@JvmName(name = "sdxogyfsqtvltnpe")
suspend fun idpCertificates(argument: List<suspend InboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "fknhugmexhhskyta")
suspend fun idpCertificates(vararg argument: suspend InboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit)
@JvmName(name = "jeeuhulfemusmeff")
suspend fun idpCertificates(argument: suspend InboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit)

Parameters

argument

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