Chronicle v1 API - Class GenerateSecretResponse (1.1.0)

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

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

GenerateSecret response message.

Inheritance

object > GenerateSecretResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GenerateSecretResponse()

public GenerateSecretResponse()

GenerateSecretResponse(GenerateSecretResponse)

public GenerateSecretResponse(GenerateSecretResponse other)
Parameter
Name Description
other GenerateSecretResponse

Properties

Secret

public string Secret { get; set; }

The generated secret. Store the secret value at a safe place and use it while configuring your https push feed.

Property Value
Type Description
string