siteAccess property

List<GoogleChromeManagementV1ChromeAppSiteAccess>? siteAccess
getter/setter pair

Every permission giving access to domains or broad host patterns.

( e.g. www.google.com). This includes the matches from content scripts as well as hosts in the permissions node of the manifest. Version-specific field that will only be set when the requested app version is found.

Output only.

Implementation

core.List<GoogleChromeManagementV1ChromeAppSiteAccess>? siteAccess;