Values_1.VerifiedAccessInstanceCustomSubDomainSourceDescribes a custom subdomain for a network CIDR endpoint for Verified Access.
type nonrec t = {subDomain : Values_0.String_.t option;The subdomain.
*)nameservers : Values_0.ValueStringList.t option;The name servers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]