TunnelConfigConfigOriginRequestAccess

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

Constructors

Link copied to clipboard
constructor(audTags: List<String>? = null, required: Boolean? = null, teamName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Audience tags of the access rule.

Link copied to clipboard
val required: Boolean? = null

Whether the access rule is required.

Link copied to clipboard
val teamName: String? = null

Name of the team to which the access rule applies.