permittedUris property

List<String>? permittedUris
getter/setter pair

Contains the permitted URIs that apply to the host part of the name.

The value can be a hostname or a domain with a leading period (like .example.com)

Implementation

core.List<core.String>? permittedUris;