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 SourceCan_create_repository
Declaration
public bool? Can_create_repository { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Can_read
Declaration
public bool? Can_read { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Can_write
Declaration
public bool? Can_write { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Is_admin
Declaration
public bool? Is_admin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Is_owner
Declaration
public bool? Is_owner { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |