Values.DomainJoinInfoSourceDescribes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
type nonrec t = {directoryName : DirectoryName.t option;The fully qualified name of the directory (for example, corp.example.com).
*)organizationalUnitDistinguishedName : OrganizationalUnitDistinguishedName.t
option;The distinguished name of the organizational unit for computer accounts.
*)}