trusted Root Certificates
suspend fun trustedRootCertificates(value: Output<List<ApplicationGatewayTrustedRootCertificateArgs>>)
Parameters
value
One or more trusted_root_certificate
blocks as defined below.
suspend fun trustedRootCertificates(vararg values: Output<ApplicationGatewayTrustedRootCertificateArgs>)
suspend fun trustedRootCertificates(values: List<Output<ApplicationGatewayTrustedRootCertificateArgs>>)
Parameters
values
One or more trusted_root_certificate
blocks as defined below.
suspend fun trustedRootCertificates(argument: List<suspend ApplicationGatewayTrustedRootCertificateArgsBuilder.() -> Unit>)
suspend fun trustedRootCertificates(vararg argument: suspend ApplicationGatewayTrustedRootCertificateArgsBuilder.() -> Unit)
suspend fun trustedRootCertificates(argument: suspend ApplicationGatewayTrustedRootCertificateArgsBuilder.() -> Unit)
Parameters
argument
One or more trusted_root_certificate
blocks as defined below.