public sealed class FirewallPolicyRuleSecureTag : IMessage<FirewallPolicyRuleSecureTag>, IEquatable<FirewallPolicyRuleSecureTag>, IDeepCloneable<FirewallPolicyRuleSecureTag>, IBufferMessage, IMessage
[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.
Check the State enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `FirewallPolicyRuleSecureTag` is 3.6.0, and the page provides links to various other versions, including the current version 2.5.0, as well as previous versions all the way back to 1.0.0."],["`FirewallPolicyRuleSecureTag` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one `FirewallPolicyRuleSecureTag()` and another that takes an existing `FirewallPolicyRuleSecureTag` object as a parameter."],["The class has two boolean properties that check whether \"name\" and \"state\" fields are set, specifically, `HasName` and `HasState`."],["The `FirewallPolicyRuleSecureTag` class includes properties for `Name`, representing the name of the secure tag, and `State`, indicating the tag's current status, such as `EFFECTIVE` or `INEFFECTIVE`."]]],[]]