NetworkFirewallPolicyWithRulesPredefinedRuleMatchSrcSecureTag

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

Constructors

constructor(name: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the secure tag, created with TagManager's TagValue API.

Link copied to clipboard
val state: String? = null

(Output) 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.