Class CreateKeyOption
CreateKeyOption options when creating a key
Inheritance
System.Object
CreateKeyOption
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 CreateKeyOption
Properties
| Improve this Doc View SourceKey
An armored SSH key to add
Declaration
[Required(AllowEmptyStrings = true)]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Read_only
Describe if the key has only read access or read/write
Declaration
public bool? Read_only { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Title
Title of the key to add
Declaration
[Required(AllowEmptyStrings = true)]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |