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