Chronicle v1 API - Class CustomAPIHeaderAuth (1.1.0)

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

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

CustomAPIHeaderAuth lists HTTP headers for custom API auth.

Inheritance

object > CustomAPIHeaderAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

CustomAPIHeaderAuth()

public CustomAPIHeaderAuth()

CustomAPIHeaderAuth(CustomAPIHeaderAuth)

public CustomAPIHeaderAuth(CustomAPIHeaderAuth other)
Parameter
Name Description
other CustomAPIHeaderAuth

Properties

HeaderKeyValues

public RepeatedField<CustomAPIHeaderKeyValue> HeaderKeyValues { get; }

Optional. Add HTTP request header key-value pairs.

Property Value
Type Description
RepeatedFieldCustomAPIHeaderKeyValue