Class AccountActiveDirectoryArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountActiveDirectoryArgs : ResourceArgs
Constructors
View SourceAccountActiveDirectoryArgs()
Declaration
public AccountActiveDirectoryArgs()
Properties
View SourceDnsServers
A list of DNS server IP addresses for the Active Directory domain. Only allows IPv4 address.
Declaration
public InputList<string> DnsServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Domain
The name of the Active Directory domain.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OrganizationalUnit
The Organizational Unit (OU) within the Active Directory Domain.
Declaration
public Input<string> OrganizationalUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The password associated with the username.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> SmbServerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
The Username of Active Directory Domain Administrator.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |