Chronicle v1 API - Class OktaSettings (1.1.0)

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

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

Okta settings.

Inheritance

object > OktaSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

OktaSettings()

public OktaSettings()

OktaSettings(OktaSettings)

public OktaSettings(OktaSettings other)
Parameter
Name Description
other OktaSettings

Properties

Authentication

public HttpHeaderAuth Authentication { get; set; }

Input only. Authentication.

Property Value
Type Description
HttpHeaderAuth

Hostname

public string Hostname { get; set; }

API Hostname.

Property Value
Type Description
string