securityPolicyApplyingAssets property

  1. @TagNumber(3)
int 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(3)
void securityPolicyApplyingAssets=(int v)

Implementation

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