state property
The current state of the security policy applied to the attached resource.
Implementation
@$pb.TagNumber(1)
Asset_SecurityStatus_State get state => $_getN(0);
Implementation
@$pb.TagNumber(1)
set state(Asset_SecurityStatus_State v) {
setField(1, v);
}