Class CredentialRepresentation
- Namespace
- Keycloak.AuthServices.Sdk.Admin.Models
- Assembly
- Keycloak.AuthServices.Sdk.dll
public class CredentialRepresentation
- Inheritance
-
CredentialRepresentation
- Inherited Members
-
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
- IDictionary<string, object>
Algorithm
[JsonPropertyName("algorithm")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public string? Algorithm { get; set; }
Property Value
- string
Config
[JsonPropertyName("config")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public Config? Config { get; set; }
Property Value
- Config
Counter
[JsonPropertyName("counter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public int? Counter { get; set; }
Property Value
- int?
CreatedDate
[JsonPropertyName("createdDate")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? CreatedDate { get; set; }
Property Value
- long?
CredentialData
[JsonPropertyName("credentialData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? CredentialData { get; set; }
Property Value
- string
Device
[JsonPropertyName("device")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public string? Device { get; set; }
Property Value
- string
Digits
[JsonPropertyName("digits")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public int? Digits { get; set; }
Property Value
- int?
HashIterations
[JsonPropertyName("hashIterations")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public int? HashIterations { get; set; }
Property Value
- int?
HashedSaltedValue
[JsonPropertyName("hashedSaltedValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public string? HashedSaltedValue { get; set; }
Property Value
- string
Id
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Id { get; set; }
Property Value
- string
Period
[JsonPropertyName("period")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public int? Period { get; set; }
Property Value
- int?
Priority
[JsonPropertyName("priority")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? Priority { get; set; }
Property Value
- int?
Salt
[JsonPropertyName("salt")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Obsolete]
public string? Salt { get; set; }
Property Value
- string
SecretData
[JsonPropertyName("secretData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SecretData { get; set; }
Property Value
- string
Temporary
[JsonPropertyName("temporary")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Temporary { get; set; }
Property Value
- bool?
Type
[JsonPropertyName("type")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Type { get; set; }
Property Value
- string
UserLabel
[JsonPropertyName("userLabel")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? UserLabel { get; set; }
Property Value
- string
Value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Value { get; set; }
Property Value
- string