securityStatus property

  1. @TagNumber.new(103)
Asset_SecurityStatus get securityStatus

Output only. Status of the security policy applied to resource referenced by this asset.

Implementation

@$pb.TagNumber(103)
Asset_SecurityStatus get securityStatus => $_getN(10);
  1. @TagNumber.new(103)
set securityStatus (Asset_SecurityStatus v)

Implementation

@$pb.TagNumber(103)
set securityStatus(Asset_SecurityStatus v) {
  setField(103, v);
}