Class ProtocolMapperEvaluationRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class ProtocolMapperEvaluationRepresentation
- Inheritance
-
ProtocolMapperEvaluationRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
ContainerId
[JsonPropertyName("containerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ContainerId { get; set; }
Property Value
- string
ContainerName
[JsonPropertyName("containerName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ContainerName { get; set; }
Property Value
- string
ContainerType
[JsonPropertyName("containerType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ContainerType { get; set; }
Property Value
- string
MapperId
[JsonPropertyName("mapperId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? MapperId { get; set; }
Property Value
- string
MapperName
[JsonPropertyName("mapperName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? MapperName { get; set; }
Property Value
- string
ProtocolMapper
[JsonPropertyName("protocolMapper")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ProtocolMapper { get; set; }
Property Value
- string