Class RoleAssignmentsWithActionsResult
- Namespace
 - FoundationaLLM.Common.Models.Authorization
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents the result of a GET roles with actions request.
public class RoleAssignmentsWithActionsResult
  - Inheritance
 - 
      
      RoleAssignmentsWithActionsResult
 
- Inherited Members
 
- Extension Methods
 
Properties
Actions
List of authorized actions on the resource.
[JsonPropertyName("actions")]
public required List<string> Actions { get; set; }
  Property Value
Roles
List of roles on the resource.
[JsonPropertyName("roles")]
public required List<string> Roles { get; set; }