Class RoleAssignmentOperationResult
- Namespace
- FoundationaLLM.Common.Models.Authorization
- Assembly
- FoundationaLLM.Common.dll
Represents the result of a role assignment operation.
public class RoleAssignmentOperationResult
- Inheritance
-
RoleAssignmentOperationResult
- Inherited Members
- Extension Methods
Properties
ResultReason
The reason for the result of the role assignment operation.
[JsonPropertyName("result_reason")]
public string? ResultReason { get; set; }
Property Value
Success
Indicates whether the role assignment operation was successful or not.
[JsonPropertyName("success")]
public required bool Success { get; set; }