Values.OwnerDirectoryDescriptionSourceContains the directory owner account details shared with the directory consumer account.
type nonrec t = {directoryId : DirectoryId.t option;Identifier of the Managed Microsoft AD directory in the directory owner account.
*)accountId : CustomerId.t option;Identifier of the directory owner account.
*)dnsIpAddrs : DnsIpAddrs.t option;IP address of the directory’s domain controllers.
*)dnsIpv6Addrs : DnsIpv6Addrs.t option;IPv6 addresses of the directory’s domain controllers.
*)vpcSettings : DirectoryVpcSettingsDescription.t option;Information about the VPC settings for the directory.
*)radiusSettings : RadiusSettings.t option;Information about the RadiusSettings object server configuration.
*)radiusStatus : RadiusStatus.t option;The status of the RADIUS server.
*)networkType : NetworkType.t option;Network type of the directory in the directory owner account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of IpAddr.t ] list
| `String of DirectoryId.t
| `Structure of
(string
* [> `Boolean of UseSameUsername.t
| `Enum of string
| `Integer of PortNumber.t
| `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ])
list ]