Class V1Permission
Inheritance
System.Object
V1Permission
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: Recolude
Assembly: Recolude.dll
Syntax
[Serializable]
public class V1Permission
Fields
id
Declaration
public string id
Field Value
Type | Description |
---|---|
System.String |
securityRole
Declaration
public V1SecurityRole securityRole
Field Value
Type | Description |
---|---|
V1SecurityRole |
securityRoleId
Declaration
public string securityRoleId
Field Value
Type | Description |
---|---|
System.String |
trackableEntityId
Declaration
public string trackableEntityId
Field Value
Type | Description |
---|---|
System.String |
trackableEntityType
Declaration
public string trackableEntityType
Field Value
Type | Description |
---|---|
System.String |
trackableGroupId
Declaration
public string trackableGroupId
Field Value
Type | Description |
---|---|
System.String |
trackableGroupType
Declaration
public string trackableGroupType
Field Value
Type | Description |
---|---|
System.String |
Properties
CreatedAt
Declaration
public DateTime CreatedAt { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdatedAt
Declaration
public DateTime UpdatedAt { get; }
Property Value
Type | Description |
---|---|
System.DateTime |