allowedOrgIds property
- @TagNumber(7)
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);
- @TagNumber(7)
Implementation
@$pb.TagNumber(7)
set allowedOrgIds(AllowedOrgIDs v) { setField(7, v); }