Show / Hide Table of Contents

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 Source

DnsServers

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>
View Source

Domain

The name of the Active Directory domain.

Declaration
public readonly string Domain
Field Value
Type Description
System.String
View Source

OrganizationalUnit

The Organizational Unit (OU) within the Active Directory Domain.

Declaration
public readonly string OrganizationalUnit
Field Value
Type Description
System.String
View Source

Password

The password associated with the username.

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

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
View Source

Username

The Username of Active Directory Domain Administrator.

Declaration
public readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.