Class GatewaySmbActiveDirectorySettingsArgs
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.Aws.StorageGateway.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GatewaySmbActiveDirectorySettingsArgs : ResourceArgs
Constructors
View SourceGatewaySmbActiveDirectorySettingsArgs()
Declaration
public GatewaySmbActiveDirectorySettingsArgs()
Properties
View SourceDomainName
The name of the domain that you want the gateway to join.
Declaration
public Input<string> DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The password of the user who has permission to add the gateway to the Active Directory domain.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
The user name of user who has permission to add the gateway to the Active Directory domain.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |