policySchemaFilter property

String? policySchemaFilter
getter/setter pair

The schema filter to apply to the resolve request.

Specify a schema name to view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards are supported, but only in the leaf portion of the schema name. Wildcards cannot be used in namespace directly. Please read https://developers.google.com/chrome/policy/guides/policy-schemas for details on schema namespaces. For example: Valid: "chrome.users.", "chrome.users.apps.", "chrome.printers." Invalid: "", ".users", "chrome.", "chrome..apps."

Required.

Implementation

core.String? policySchemaFilter;