Values.UpdateSvmActiveDirectoryConfigurationSourceSpecifies updates to an FSx for ONTAP storage virtual machine's (SVM) Microsoft Active Directory (AD) configuration. Note that account credentials are not returned in the response payload.
type nonrec t = {selfManagedActiveDirectoryConfiguration : SelfManagedActiveDirectoryConfigurationUpdates.t
option;netBiosName : NetBiosAlias.t option;Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is joined.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NetBiosAlias.t
| `Structure of
(string
* [> `List of [> `String of IpAddress.t ] list
| `String of DirectoryUserName.t ])
list ])
list ]