Show / Hide Table of Contents

Class V1SecurityRole

Inheritance
System.Object
V1SecurityRole
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.API
Assembly: Recolude.API.dll
Syntax
[Serializable]
public class V1SecurityRole

Fields

description

Declaration
public string description
Field Value
Type Description
System.String

id

Declaration
public string id
Field Value
Type Description
System.String

name

Declaration
public string name
Field Value
Type Description
System.String

scope

Declaration
public V1EnumPermissionScope scope
Field Value
Type Description
V1EnumPermissionScope

security_grants

Declaration
public V1SecurityGrant[] security_grants
Field Value
Type Description
V1SecurityGrant[]

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
Back to top Generated by DocFX