Search Results for

    Show / Hide Table of Contents

    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 Source

    Key

    An armored SSH key to add

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    Title

    Title of the key to add

    Declaration
    [Required(AllowEmptyStrings = true)]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH