authentication Certificates
suspend fun authenticationCertificates(value: Output<List<ApplicationGatewayAuthenticationCertificateArgs>>)
suspend fun authenticationCertificates(value: List<ApplicationGatewayAuthenticationCertificateArgs>?)
Parameters
value
One or more authentication_certificate
blocks as defined below.
suspend fun authenticationCertificates(vararg values: Output<ApplicationGatewayAuthenticationCertificateArgs>)
suspend fun authenticationCertificates(values: List<Output<ApplicationGatewayAuthenticationCertificateArgs>>)
suspend fun authenticationCertificates(vararg values: ApplicationGatewayAuthenticationCertificateArgs)
Parameters
values
One or more authentication_certificate
blocks as defined below.
suspend fun authenticationCertificates(argument: List<suspend ApplicationGatewayAuthenticationCertificateArgsBuilder.() -> Unit>)
suspend fun authenticationCertificates(vararg argument: suspend ApplicationGatewayAuthenticationCertificateArgsBuilder.() -> Unit)
suspend fun authenticationCertificates(argument: suspend ApplicationGatewayAuthenticationCertificateArgsBuilder.() -> Unit)
Parameters
argument
One or more authentication_certificate
blocks as defined below.