permittedDnsNames property
Contains permitted DNS names.
Any DNS name that can be constructed by simply adding zero or more labels
to the left-hand side of the name satisfies the name constraint. For
example, example.com
, www.example.com
, www.sub.example.com
would
satisfy example.com
while example1.com
does not.
Implementation
core.List<core.String>? permittedDnsNames;