Show / Hide Table of Contents

Class GatewaySmbActiveDirectorySettingsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GatewaySmbActiveDirectorySettingsGetArgs
Inherited Members
ResourceArgs.Empty
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 GatewaySmbActiveDirectorySettingsGetArgs : ResourceArgs

Constructors

View Source

GatewaySmbActiveDirectorySettingsGetArgs()

Declaration
public GatewaySmbActiveDirectorySettingsGetArgs()

Properties

View Source

DomainName

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.