Chronicle v1 API - Class DuoAuthSettings (1.1.0)

public sealed class DuoAuthSettings : IMessage<DuoAuthSettings>, IEquatable<DuoAuthSettings>, IDeepCloneable<DuoAuthSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class DuoAuthSettings.

Duo Authentication settings.

Inheritance

object > DuoAuthSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

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