state property

  1. @TagNumber.new(1)
Asset_SecurityStatus_State get state

The current state of the security policy applied to the attached resource.

Implementation

@$pb.TagNumber(1)
Asset_SecurityStatus_State get state => $_getN(0);
  1. @TagNumber.new(1)
set state (Asset_SecurityStatus_State v)

Implementation

@$pb.TagNumber(1)
set state(Asset_SecurityStatus_State v) {
  setField(1, v);
}