Chronicle v1 API - Class WorkdaySettings (1.1.0)

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

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

Workday settings.

Inheritance

object > WorkdaySettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

WorkdaySettings()

public WorkdaySettings()

WorkdaySettings(WorkdaySettings)

public WorkdaySettings(WorkdaySettings other)
Parameter
Name Description
other WorkdaySettings

Properties

Authentication

public WorkdayAuth Authentication { get; set; }

Input only. Authentication.

Property Value
Type Description
WorkdayAuth

Hostname

public string Hostname { get; set; }

API Hostname.

Property Value
Type Description
string

TenantId

public string TenantId { get; set; }

Tenant ID.

Property Value
Type Description
string