Table of Contents

Class PolicyEvaluationResponse

Namespace
Keycloak.AuthServices.Sdk.Admin.Models
Assembly
Keycloak.AuthServices.Sdk.dll
public class PolicyEvaluationResponse
Inheritance
PolicyEvaluationResponse
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Entitlements

[JsonPropertyName("entitlements")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Entitlements { get; set; }

Property Value

bool?

Results

[JsonPropertyName("results")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<EvaluationResultRepresentation>? Results { get; set; }

Property Value

ICollection<EvaluationResultRepresentation>

Rpt

[JsonPropertyName("rpt")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AccessToken? Rpt { get; set; }

Property Value

AccessToken

Status

[JsonPropertyName("status")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(JsonStringEnumConverter))]
public DecisionEffect? Status { get; set; }

Property Value

DecisionEffect?