Search Results for

    Show / Hide Table of Contents

    Class OrganizationPermissions

    OrganizationPermissions list different users permissions on an organization

    Inheritance
    System.Object
    OrganizationPermissions
    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 OrganizationPermissions

    Properties

    | Improve this Doc View Source

    Can_create_repository

    Declaration
    public bool? Can_create_repository { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Can_read

    Declaration
    public bool? Can_read { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Can_write

    Declaration
    public bool? Can_write { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Is_admin

    Declaration
    public bool? Is_admin { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Is_owner

    Declaration
    public bool? Is_owner { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH