organizations property

List<Organization>? organizations
getter/setter pair

Organizations to which the custom app should be made available.

If the request contains any organizations, then the app will be restricted to only these organizations. To support the organization linked to the developer account, the organization ID should be provided explicitly together with other organizations. If no organizations are provided, then the app is only available to the organization linked to the developer account.

Implementation

core.List<Organization>? organizations;