Class SetCredentialPropertiesCommandSettings
SetCredentialProperties
public sealed class SetCredentialPropertiesCommandSettings : ICommand
- Inheritance
-
SetCredentialPropertiesCommandSettings
- Implements
- Inherited Members
Properties
AuthenticatorId
Gets or sets the authenticatorId
[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }
Property Value
BackupEligibility
Gets or sets the backupEligibility
[JsonPropertyName("backupEligibility")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BackupEligibility { get; set; }
Property Value
- bool?
BackupState
Gets or sets the backupState
[JsonPropertyName("backupState")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? BackupState { get; set; }
Property Value
- bool?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
CredentialId
Gets or sets the credentialId
[JsonPropertyName("credentialId")]
public string CredentialId { get; set; }