idpCertificates

@JvmName(name = "rjxrsavwyurrrmvs")
suspend fun idpCertificates(value: Output<List<TenantInboundSamlConfigIdpConfigIdpCertificateArgs>>)
@JvmName(name = "ooffvodbhwqltixk")
suspend fun idpCertificates(value: List<TenantInboundSamlConfigIdpConfigIdpCertificateArgs>)

Parameters

value

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


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


@JvmName(name = "nkivvcyiwxxeikxl")
suspend fun idpCertificates(values: List<Output<TenantInboundSamlConfigIdpConfigIdpCertificateArgs>>)
@JvmName(name = "dkqevndqoaqdttxg")
suspend fun idpCertificates(vararg values: TenantInboundSamlConfigIdpConfigIdpCertificateArgs)

Parameters

values

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


@JvmName(name = "xlpcwkywretnuetm")
suspend fun idpCertificates(argument: List<suspend TenantInboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "fpqcarxkktvnaxxx")
suspend fun idpCertificates(vararg argument: suspend TenantInboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit)
@JvmName(name = "hflmyaaxdjmxfpal")
suspend fun idpCertificates(argument: suspend TenantInboundSamlConfigIdpConfigIdpCertificateArgsBuilder.() -> Unit)

Parameters

argument

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