Chronicle v1 API - Class CustomAPIQueryKeyValue (1.1.0)

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

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

CustomAPIQueryKeyValue defines dynamic query parameters key-values for Custom API Auth.

Inheritance

object > CustomAPIQueryKeyValue

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

CustomAPIQueryKeyValue()

public CustomAPIQueryKeyValue()

CustomAPIQueryKeyValue(CustomAPIQueryKeyValue)

public CustomAPIQueryKeyValue(CustomAPIQueryKeyValue other)
Parameter
Name Description
other CustomAPIQueryKeyValue

Properties

Key

public string Key { get; set; }

Required. Enter the name of the URL Query Parameter (e.g., api_key or token).

Property Value
Type Description
string

Value

public string Value { get; set; }

Required. Enter the API Key or credential value associated with the query parameter.

Property Value
Type Description
string