Class SetResponseOverrideBitsCommandSettings
SetResponseOverrideBits
public sealed class SetResponseOverrideBitsCommandSettings : ICommand
- Inheritance
-
SetResponseOverrideBitsCommandSettings
- Implements
- Inherited Members
Properties
AuthenticatorId
Gets or sets the authenticatorId
[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IsBadUP
Gets or sets the isBadUP
[JsonPropertyName("isBadUP")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsBadUP { get; set; }
Property Value
- bool?
IsBadUV
Gets or sets the isBadUV
[JsonPropertyName("isBadUV")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsBadUV { get; set; }
Property Value
- bool?
IsBogusSignature
Gets or sets the isBogusSignature
[JsonPropertyName("isBogusSignature")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsBogusSignature { get; set; }
Property Value
- bool?