securityPolicyApplyingAssets property

  1. @TagNumber.new(3)
int get securityPolicyApplyingAssets

Number of assets that are in process of updating the security policy on attached resources.

Implementation

@$pb.TagNumber(3)
$core.int get securityPolicyApplyingAssets => $_getIZ(2);
  1. @TagNumber.new(3)
set securityPolicyApplyingAssets (int v)

Implementation

@$pb.TagNumber(3)
set securityPolicyApplyingAssets($core.int v) {
  $_setSignedInt32(2, v);
}