Values.SelfManagedActiveDirectoryAttributesSourceThe configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
type nonrec t = {domainName : ActiveDirectoryFullyQualifiedName.t option;The fully qualified domain name of the self-managed AD directory.
*)organizationalUnitDistinguishedName : OrganizationalUnitDistinguishedName.t
option;The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.
*)fileSystemAdministratorsGroup : FileSystemAdministratorsGroupName.t option;The name of the domain group whose members have administrative privileges for the FSx file system.
*)userName : DirectoryUserName.t option;The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.
*)dnsIps : DnsIps.t option;A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
*)domainJoinServiceAccountSecret : CustomerSecretsManagerARN.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the service account credentials used to join the file system to your self-managed Active Directory domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of ActiveDirectoryFullyQualifiedName.t ])
list ]