Chronicle v1 API - Class HttpHeaderAuth (1.1.0)

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

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

HTTP header based authentication.

Inheritance

object > HttpHeaderAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

HttpHeaderAuth()

public HttpHeaderAuth()

HttpHeaderAuth(HttpHeaderAuth)

public HttpHeaderAuth(HttpHeaderAuth other)
Parameter
Name Description
other HttpHeaderAuth

Properties

HeaderKeyValues

public RepeatedField<HeaderKeyValue> HeaderKeyValues { get; }

Header key-value pairs.

Property Value
Type Description
RepeatedFieldHeaderKeyValue