Table of Contents

Class SetCredentialPropertiesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.WebAuthn
Assembly
WebDriver.dll

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

string

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

string

CredentialId

Gets or sets the credentialId

[JsonPropertyName("credentialId")]
public string CredentialId { get; set; }

Property Value

string