Class RoleAssignmentQueryParameters
- Namespace
 - FoundationaLLM.Common.Models.Authorization
 
- Assembly
 - FoundationaLLM.Common.dll
 
Parameters for querying role assignments.
public class RoleAssignmentQueryParameters
  - Inheritance
 - 
      
      RoleAssignmentQueryParameters
 
- Inherited Members
 
- Extension Methods
 
Properties
Scope
The role assignment scope (resource object id).
[JsonPropertyName("scope")]
public string? Scope { get; set; }
  Property Value
SecurityPrincipalIds
Gets or sets the list of security principal identifiers for which to filter role assignments.
[JsonPropertyName("security_principal_ids")]
public List<string>? SecurityPrincipalIds { get; set; }