TunnelConfigConfigOriginRequestAccessArgs

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

Constructors

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

Properties

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

Audience tags of the access rule.

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

Whether the access rule is required.

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

Name of the team to which the access rule applies.

Functions

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