public sealed class GenerateSecretResponse : IMessage<GenerateSecretResponse>, IEquatable<GenerateSecretResponse>, IDeepCloneable<GenerateSecretResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class GenerateSecretResponse.
GenerateSecret response message.
Implements
IMessageGenerateSecretResponse, IEquatableGenerateSecretResponse, IDeepCloneableGenerateSecretResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|