Show / Hide Table of Contents

Class ProjectSshKeyState

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectSshKeyState
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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class ProjectSshKeyState : ResourceArgs

Constructors

View Source

ProjectSshKeyState()

Declaration
public ProjectSshKeyState()

Properties

View Source

Created

The timestamp for when the SSH key was created

Declaration
public Input<string> Created { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Fingerprint

The fingerprint of the SSH key

Declaration
public Input<string> Fingerprint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the SSH key for identification

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OwnerId

The ID of parent project (same as project_id)

Declaration
public Input<string> OwnerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProjectId

The ID of parent project

Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PublicKey

The public key. If this is a file, it can be read using the file interpolation function

Declaration
public Input<string> PublicKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Updated

The timestamp for the last time the SSH key was updated

Declaration
public Input<string> Updated { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.