ZeroTrustGatewayCertificate

class ZeroTrustGatewayCertificate : KotlinCustomResource

Provides a Cloudflare Teams Gateway Certificate resource. A Teams Certificate can be specified for Gateway TLS interception and block pages.

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource.

Link copied to clipboard
val activate: Output<Boolean>?

Whether or not to activate a certificate. A certificate must be activated to use in Gateway certificate settings. Defaults to false.

Link copied to clipboard
val bindingStatus: Output<String>

The deployment status of the certificate on the edge Available values: IP, SERIAL, URL, DOMAIN, EMAIL.

Link copied to clipboard
val createdAt: Output<String>
Link copied to clipboard
val custom: Output<Boolean>?

The type of certificate (custom or Gateway-managed). Must provide only one of custom, gateway_managed.

Link copied to clipboard
val expiresOn: Output<String>
Link copied to clipboard
val gatewayManaged: Output<Boolean>?

The type of certificate (custom or Gateway-managed). Must provide only one of custom, gateway_managed.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inUse: Output<Boolean>

Whether the certificate is in use by Gateway for TLS interception and the block page.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val qsPackId: Output<String>
Link copied to clipboard
val uploadedOn: Output<String>
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val validityPeriodDays: Output<Int>?

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.