Class AccountActiveDirectory
Inheritance
System.Object
AccountActiveDirectory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.NetApp.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountActiveDirectory
Fields
View SourceDnsServers
A list of DNS server IP addresses for the Active Directory domain. Only allows IPv4 address.
Declaration
public readonly ImmutableArray<string> DnsServers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Domain
The name of the Active Directory domain.
Declaration
public readonly string Domain
Field Value
| Type | Description |
|---|---|
| System.String |
OrganizationalUnit
The Organizational Unit (OU) within the Active Directory Domain.
Declaration
public readonly string OrganizationalUnit
Field Value
| Type | Description |
|---|---|
| System.String |
Password
The password associated with the username.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
SmbServerName
The NetBIOS name which should be used for the NetApp SMB Server, which will be registered as a computer account in the AD and used to mount volumes.
Declaration
public readonly string SmbServerName
Field Value
| Type | Description |
|---|---|
| System.String |
Username
The Username of Active Directory Domain Administrator.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |