Chronicle v1 API - Class CustomAPIQueryAuth (1.1.0)

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

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

CustomAPIQueryAuth lists URL Query parameters for custom API auth.

Inheritance

object > CustomAPIQueryAuth

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

CustomAPIQueryAuth()

public CustomAPIQueryAuth()

CustomAPIQueryAuth(CustomAPIQueryAuth)

public CustomAPIQueryAuth(CustomAPIQueryAuth other)
Parameter
Name Description
other CustomAPIQueryAuth

Properties

QueryKeyValues

public RepeatedField<CustomAPIQueryKeyValue> QueryKeyValues { get; }

Optional. Add URL Query parameter key-value pairs.

Property Value
Type Description
RepeatedFieldCustomAPIQueryKeyValue