NetworkFirewallPolicyRuleTargetSecureTag

data class NetworkFirewallPolicyRuleTargetSecureTag(val name: String, val state: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the secure tag, created with TagManager's TagValue API. @pattern tagValues/0-9+

Link copied to clipboard
val state: String? = null

Output Only State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.