Module Values.UpdateSvmActiveDirectoryConfigurationSource

Specifies 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.

Sourcetype nonrec t = {
  1. selfManagedActiveDirectoryConfiguration : SelfManagedActiveDirectoryConfigurationUpdates.t option;
  2. netBiosName : NetBiosAlias.t option;
    (*

    Specifies an updated NetBIOS name of the AD computer object NetBiosName to which an SVM is joined.

    *)
}
Sourceval make : ?selfManagedActiveDirectoryConfiguration:??? -> ?netBiosName:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t