Table of Contents

Class ClientPolicyExecutorRepresentation

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Configuration

[JsonPropertyName("configuration")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<object>? Configuration { get; set; }

Property Value

ICollection<object>

Executor

[JsonPropertyName("executor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Executor { get; set; }

Property Value

string