ZeroTrustTunnelCloudflaredConfigConfigIngressOriginRequestAccessArgs

data class ZeroTrustTunnelCloudflaredConfigConfigIngressOriginRequestAccessArgs(val audTags: Output<List<String>>, val required: Output<Boolean>? = null, val teamName: Output<String>? = null) : ConvertibleToJava<ZeroTrustTunnelCloudflaredConfigConfigIngressOriginRequestAccessArgs>

Constructors

constructor(audTags: Output<List<String>>, required: Output<Boolean>? = null, teamName: Output<String>? = null)

Properties

Link copied to clipboard
val audTags: Output<List<String>>

Access applications that are allowed to reach this hostname for this Tunnel. Audience tags can be identified in the dashboard or via the List Access policies API.

Link copied to clipboard
val required: Output<Boolean>? = null

Deny traffic that has not fulfilled Access authorization.

Link copied to clipboard
val teamName: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustTunnelCloudflaredConfigConfigIngressOriginRequestAccessArgs