Table of Contents

Class MethodConfig

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Method

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

Property Value

string

Scopes

[JsonPropertyName("scopes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<string>? Scopes { get; set; }

Property Value

ICollection<string>

ScopesEnforcementMode

[JsonPropertyName("scopes-enforcement-mode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ScopeEnforcementMode? ScopesEnforcementMode { get; set; }

Property Value

ScopeEnforcementMode?