Class SshKeyArgs
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class SshKeyArgs : ResourceArgs
Constructors
View SourceSshKeyArgs()
Declaration
public SshKeyArgs()
Properties
View SourceLabel
A label for the SSH Key.
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SshKeyName
The public SSH Key, which is used to authenticate to the root user of the Linodes you deploy.
Declaration
public Input<string> SshKeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |