public sealed class DuoAuthSettings : IMessage<DuoAuthSettings>, IEquatable<DuoAuthSettings>, IDeepCloneable<DuoAuthSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DuoAuthSettings.
Duo Authentication settings.
Implements
IMessageDuoAuthSettings, IEquatableDuoAuthSettings, IDeepCloneableDuoAuthSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DuoAuthSettings()
public DuoAuthSettings()DuoAuthSettings(DuoAuthSettings)
public DuoAuthSettings(DuoAuthSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
DuoAuthSettings |
Properties
Authentication
public UsernameSecretAuth Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
UsernameSecretAuth |
|
Hostname
public string Hostname { get; set; }API Hostname.
| Property Value | |
|---|---|
| Type | Description |
string |
|