Class ElastigroupLoginGetArgs
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.SpotInst.Azure.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupLoginGetArgs : ResourceArgs
Constructors
View SourceElastigroupLoginGetArgs()
Declaration
public ElastigroupLoginGetArgs()
Properties
View SourcePassword
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SshPublicKey
Declaration
public Input<string> SshPublicKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserName
Declaration
public Input<string> UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |