Table of Contents

Class CredentialRepresentation

Namespace
Keycloak.AuthServices.Sdk.Kiota.Admin.Models
Assembly
Keycloak.AuthServices.Sdk.Kiota.dll
public class CredentialRepresentation : IAdditionalDataHolder, IParsable
Inheritance
CredentialRepresentation
Implements
IAdditionalDataHolder
IParsable
Inherited Members

Constructors

CredentialRepresentation()

Instantiates a new CredentialRepresentation and sets the default values.

public CredentialRepresentation()

Properties

AdditionalData

Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

public IDictionary<string, object> AdditionalData { get; set; }

Property Value

IDictionary<string, object>

Algorithm

The algorithm property

[Obsolete("")]
public string? Algorithm { get; set; }

Property Value

string

Config

The config property

[Obsolete("")]
public CredentialRepresentation_config? Config { get; set; }

Property Value

CredentialRepresentation_config

Counter

The counter property

[Obsolete("")]
public int? Counter { get; set; }

Property Value

int?

CreatedDate

The createdDate property

public long? CreatedDate { get; set; }

Property Value

long?

CredentialData

The credentialData property

public string? CredentialData { get; set; }

Property Value

string

Device

The device property

[Obsolete("")]
public string? Device { get; set; }

Property Value

string

Digits

The digits property

[Obsolete("")]
public int? Digits { get; set; }

Property Value

int?

HashIterations

The hashIterations property

[Obsolete("")]
public int? HashIterations { get; set; }

Property Value

int?

HashedSaltedValue

The hashedSaltedValue property

[Obsolete("")]
public string? HashedSaltedValue { get; set; }

Property Value

string

Id

The id property

public string? Id { get; set; }

Property Value

string

Period

The period property

[Obsolete("")]
public int? Period { get; set; }

Property Value

int?

Priority

The priority property

public int? Priority { get; set; }

Property Value

int?

Salt

The salt property

[Obsolete("")]
public string? Salt { get; set; }

Property Value

string

SecretData

The secretData property

public string? SecretData { get; set; }

Property Value

string

Temporary

The temporary property

public bool? Temporary { get; set; }

Property Value

bool?

Type

The type property

public string? Type { get; set; }

Property Value

string

UserLabel

The userLabel property

public string? UserLabel { get; set; }

Property Value

string

Value

The value property

public string? Value { get; set; }

Property Value

string

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static CredentialRepresentation CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

CredentialRepresentation

A CredentialRepresentation

GetFieldDeserializers()

The deserialization information for the current model

public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public virtual void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model