urlMatchers property

List<String>? urlMatchers
getter/setter pair

List of URLs allowed to be part of the attestation flow to get the set of signals from the machine.

URLs must have HTTPS scheme, e.g. "https://example.com". Wildcards, *, are allowed. For detailed information on valid URL patterns, please see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns.

Required.

Implementation

core.List<core.String>? urlMatchers;