GetUserPermissions
Result row for 'GetUserPermissions' query.
public record GetUserPermissions : IEquatable<GetUserPermissions>
Constructors
GetUserPermissions
public GetUserPermissions(string id, string code, string resource_type, string action, string description, string source_name, string source_type, byte[] scope_type, byte[] scope_value)
Initializes a new instance of GetUserPermissions.
| Parameter | Type | Description |
|---|---|---|
id |
String |
|
code |
String |
|
resource_type |
String |
|
action |
String |
|
description |
String |
|
source_name |
String |
|
source_type |
String |
|
scope_type |
Byte[] |
|
scope_value |
Byte[] |
Properties
id
public string id { get; init; }
Column 'id'.
code
public string code { get; init; }
Column 'code'.
resource_type
public string resource_type { get; init; }
Column 'resource_type'.
action
public string action { get; init; }
Column 'action'.
description
public string description { get; init; }
Column 'description'.
source_name
public string source_name { get; init; }
Column 'source_name'.
source_type
public string source_type { get; init; }
Column 'source_type'.
scope_type
public byte[] scope_type { get; init; }
Column 'scope_type'.
scope_value
public byte[] scope_value { get; init; }
Column 'scope_value'.