Table of Contents

Class ClientMappingsRepresentation

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Client

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

Property Value

string

Id

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

Property Value

string

Mappings

[JsonPropertyName("mappings")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<RoleRepresentation>? Mappings { get; set; }

Property Value

ICollection<RoleRepresentation>