Values.SelfManagedActiveDirectoryConfigurationUpdatesSourceSpecifies changes you are making to the self-managed Microsoft Active Directory configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.
type nonrec t = {userName : DirectoryUserName.t option;Specifies the updated user name for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain. This account must have the permissions required to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName.
*)password : DirectoryPassword.t option;Specifies the updated password for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.
*)dnsIps : DnsIps.t option;A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.
*)domainName : ActiveDirectoryFullyQualifiedName.t option;Specifies an updated fully qualified domain name of your self-managed Active Directory configuration.
*)organizationalUnitDistinguishedName : OrganizationalUnitDistinguishedName.t
option;Specifies an updated fully qualified distinguished name of the organization unit within your self-managed Active Directory.
*)fileSystemAdministratorsGroup : FileSystemAdministratorsGroupName.t option;For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges for the Amazon FSx resource.
*)domainJoinServiceAccountSecret : CustomerSecretsManagerARN.t option;Specifies the updated Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the self-managed Active Directory domain join service account credentials. Amazon FSx uses this account to join to your self-managed Active Directory domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of DirectoryUserName.t ])
list ]