state property

String? state
getter/setter pair

State of the secure tag, either EFFECTIVE or INEFFECTIVE.

A secure tag is INEFFECTIVE when it is deleted or its network is deleted.

Output only. Possible string values are:

  • "EFFECTIVE"
  • "INEFFECTIVE"

Implementation

core.String? state;