Class PublicKey
PublicKey publickey is a user key to push code to repository
Inheritance
System.Object
PublicKey
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: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class PublicKey
Properties
| Improve this Doc View SourceCreated_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Fingerprint
Declaration
public string Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Key_type
Declaration
public string Key_type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Read_only
Declaration
public bool? Read_only { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
User
Declaration
public User User { get; set; }
Property Value
| Type | Description |
|---|---|
| User |