idpCertificates

@JvmName(name = "bojibroqmfgvugpp")
suspend fun idpCertificates(value: Output<List<InboundSamlConfigIdpConfigIdpCertificateArgs>>)
@JvmName(name = "uaflhqxegjoviyqf")
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 = "bdgolmitbknvykky")
suspend fun idpCertificates(vararg values: Output<InboundSamlConfigIdpConfigIdpCertificateArgs>)


@JvmName(name = "bhbrirnkneeesnrd")
suspend fun idpCertificates(values: List<Output<InboundSamlConfigIdpConfigIdpCertificateArgs>>)
@JvmName(name = "xhylxibgmpmmymdd")
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 = "bvlldvppqsgpffke")
suspend fun idpCertificates(argument: List<suspend InboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "uqkfwktjoagenjpr")
suspend fun idpCertificates(vararg argument: suspend InboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit)
@JvmName(name = "avapgxykorgmnmwe")
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.