allowedOrgIds property

  1. @TagNumber(7)
AllowedOrgIDs get allowedOrgIds

Optional: list of org IDs that are allowed to use this app; if empty, all orgs are allowed

Implementation

@$pb.TagNumber(7)
AllowedOrgIDs get allowedOrgIds => $_getN(6);
  1. @TagNumber(7)
set allowedOrgIds (AllowedOrgIDs v)

Implementation

@$pb.TagNumber(7)
set allowedOrgIds(AllowedOrgIDs v) { setField(7, v); }