Class CredentialRepresentation
public class CredentialRepresentation : IAdditionalDataHolder, IParsable
- Inheritance
-
CredentialRepresentation
- Implements
-
IAdditionalDataHolderIParsable
- 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
Algorithm
The algorithm property
[Obsolete("")]
public string? Algorithm { get; set; }
Property Value
Config
The config property
[Obsolete("")]
public CredentialRepresentation_config? Config { get; set; }
Property Value
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
Device
The device property
[Obsolete("")]
public string? Device { get; set; }
Property Value
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
Id
The id property
public string? Id { get; set; }
Property Value
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
SecretData
The secretData property
public string? SecretData { get; set; }
Property Value
Temporary
The temporary property
public bool? Temporary { get; set; }
Property Value
- bool?
Type
The type property
public string? Type { get; set; }
Property Value
UserLabel
The userLabel property
public string? UserLabel { get; set; }
Property Value
Value
The value property
public string? Value { get; set; }
Property Value
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static CredentialRepresentation CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
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
ISerializationWriterSerialization writer to use to serialize this model