Zero Trust Gateway Certificate Args
data class ZeroTrustGatewayCertificateArgs(val accountId: Output<String>? = null, val activate: Output<Boolean>? = null, val custom: Output<Boolean>? = null, val gatewayManaged: Output<Boolean>? = null, val validityPeriodDays: Output<Int>? = null) : ConvertibleToJava<ZeroTrustGatewayCertificateArgs>
Provides a Cloudflare Teams Gateway Certificate resource. A Teams Certificate can be specified for Gateway TLS interception and block pages.
Constructors
Properties
Link copied to clipboard
The type of certificate (custom or Gateway-managed). Must provide only one of custom, gateway_managed.
Link copied to clipboard
Number of days the generated certificate will be valid, minimum 1 day and maximum 30 years. Defaults to 5 years. Defaults to 1826. Required when using gateway_managed. Conflicts with custom. Modifying this attribute will force creation of a new resource.