Class CreateUserContextOptions
public sealed record CreateUserContextOptions : CommandOptions, IEquatable<CommandOptions>, IEquatable<CreateUserContextOptions>
- Inheritance
-
CreateUserContextOptions
- Implements
- Inherited Members
Properties
AcceptInsecureCerts
public bool? AcceptInsecureCerts { get; init; }
Property Value
- bool?
Proxy
public ProxyConfiguration? Proxy { get; init; }
Property Value
UnhandledPromptBehavior
public UserPromptHandler? UnhandledPromptBehavior { get; init; }