visibility property
The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources. Possible string values are:
- "public" : Indicates that records in this zone can be queried from the public internet.
- "private" : Indicates that records in this zone cannot be queried from the public internet. Access to private zones depends on the zone configuration.
Implementation
core.String? visibility;