public sealed class CustomAPIHeaderAuth : IMessage<CustomAPIHeaderAuth>, IEquatable<CustomAPIHeaderAuth>, IDeepCloneable<CustomAPIHeaderAuth>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class CustomAPIHeaderAuth.
CustomAPIHeaderAuth lists HTTP headers for custom API auth.
Implements
IMessageCustomAPIHeaderAuth, IEquatableCustomAPIHeaderAuth, IDeepCloneableCustomAPIHeaderAuth, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|