Class MdlPresentationProperties
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record MdlPresentationProperties : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<MdlPresentationProperties>
- Inheritance
-
MdlPresentationProperties
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
AgeBirthYear
Age Birth Year
[JsonPropertyName("age_birth_year")]
public bool? AgeBirthYear { get; set; }
Property Value
- bool?
AgeInYears
Age in Years
[JsonPropertyName("age_in_years")]
public bool? AgeInYears { get; set; }
Property Value
- bool?
BirthDate
Birth Date
[JsonPropertyName("birth_date")]
public bool? BirthDate { get; set; }
Property Value
- bool?
DrivingPrivileges
Driving Privileges
[JsonPropertyName("driving_privileges")]
public bool? DrivingPrivileges { get; set; }
Property Value
- bool?
ExpiryDate
Expiry Date
[JsonPropertyName("expiry_date")]
public bool? ExpiryDate { get; set; }
Property Value
- bool?
FamilyName
Family Name
[JsonPropertyName("family_name")]
public bool? FamilyName { get; set; }
Property Value
- bool?
FamilyNameNationalCharacter
Family Name National Character
[JsonPropertyName("family_name_national_character")]
public bool? FamilyNameNationalCharacter { get; set; }
Property Value
- bool?
GivenName
Given Name
[JsonPropertyName("given_name")]
public bool? GivenName { get; set; }
Property Value
- bool?
GivenNameNationalCharacter
Given Name National Character
[JsonPropertyName("given_name_national_character")]
public bool? GivenNameNationalCharacter { get; set; }
Property Value
- bool?
IssueDate
Issue Date
[JsonPropertyName("issue_date")]
public bool? IssueDate { get; set; }
Property Value
- bool?
IssuingAuthority
Issuing Authority
[JsonPropertyName("issuing_authority")]
public bool? IssuingAuthority { get; set; }
Property Value
- bool?
IssuingCountry
Issuing Country
[JsonPropertyName("issuing_country")]
public bool? IssuingCountry { get; set; }
Property Value
- bool?
IssuingJurisdiction
Issuing Jurisdiction
[JsonPropertyName("issuing_jurisdiction")]
public bool? IssuingJurisdiction { get; set; }
Property Value
- bool?
Nationality
Nationality
[JsonPropertyName("nationality")]
public bool? Nationality { get; set; }
Property Value
- bool?
Portrait
Portrait
[JsonPropertyName("portrait")]
public bool? Portrait { get; set; }
Property Value
- bool?
PortraitCaptureDate
Portrait Capture Date
[JsonPropertyName("portrait_capture_date")]
public bool? PortraitCaptureDate { get; set; }
Property Value
- bool?
ResidentAddress
Resident Address
[JsonPropertyName("resident_address")]
public bool? ResidentAddress { get; set; }
Property Value
- bool?
ResidentCity
Resident City
[JsonPropertyName("resident_city")]
public bool? ResidentCity { get; set; }
Property Value
- bool?
ResidentCountry
Resident Country
[JsonPropertyName("resident_country")]
public bool? ResidentCountry { get; set; }
Property Value
- bool?
ResidentPostalCode
Resident Postal Code
[JsonPropertyName("resident_postal_code")]
public bool? ResidentPostalCode { get; set; }
Property Value
- bool?
ResidentState
Resident State
[JsonPropertyName("resident_state")]
public bool? ResidentState { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.