Chronicle v1 API - Class CustomAPIHeaderKeyValue (1.1.0)

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

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

CustomAPIHeaderKeyValue defines dynamic headers key-values for Custom API.

Inheritance

object > CustomAPIHeaderKeyValue

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

CustomAPIHeaderKeyValue()

public CustomAPIHeaderKeyValue()

CustomAPIHeaderKeyValue(CustomAPIHeaderKeyValue)

public CustomAPIHeaderKeyValue(CustomAPIHeaderKeyValue other)
Parameter
Name Description
other CustomAPIHeaderKeyValue

Properties

Key

public string Key { get; set; }

Required. Enter the name of the HTTP Request header (e.g., Authorization or X-API-Key).

Property Value
Type Description
string

Value

public string Value { get; set; }

Required. Enter the API Key, Bearer Token, or credential value associated with the header.

Property Value
Type Description
string