Class ClaimRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class ClaimRepresentation
- Inheritance
-
ClaimRepresentation
- Derived
-
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Address
[JsonPropertyName("address")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Address { get; set; }
Property Value
- bool?
Email
[JsonPropertyName("email")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Email { get; set; }
Property Value
- bool?
Gender
[JsonPropertyName("gender")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Gender { get; set; }
Property Value
- bool?
Locale
[JsonPropertyName("locale")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Locale { get; set; }
Property Value
- bool?
Name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Name { get; set; }
Property Value
- bool?
Phone
[JsonPropertyName("phone")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Phone { get; set; }
Property Value
- bool?
Picture
[JsonPropertyName("picture")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Picture { get; set; }
Property Value
- bool?
Profile
[JsonPropertyName("profile")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Profile { get; set; }
Property Value
- bool?
Username
[JsonPropertyName("username")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Username { get; set; }
Property Value
- bool?
Website
[JsonPropertyName("website")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Website { get; set; }
Property Value
- bool?