Module Values.SvmActiveDirectoryConfigurationSource

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

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

    The NetBIOS name of the AD computer object to which the SVM is joined.

    *)
  2. selfManagedActiveDirectoryConfiguration : SelfManagedActiveDirectoryAttributes.t option;
}
Sourceval make : ?netBiosName:??? -> ?selfManagedActiveDirectoryConfiguration:??? -> 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 ActiveDirectoryFullyQualifiedName.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