public sealed class GenerateSecretRequest : IMessage<GenerateSecretRequest>, IEquatable<GenerateSecretRequest>, IDeepCloneable<GenerateSecretRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class GenerateSecretRequest.
GenerateSecret request message.
Implements
IMessageGenerateSecretRequest, IEquatableGenerateSecretRequest, IDeepCloneableGenerateSecretRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
GenerateSecretRequest()
public GenerateSecretRequest()GenerateSecretRequest(GenerateSecretRequest)
public GenerateSecretRequest(GenerateSecretRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateSecretRequest |
Properties
FeedName
public FeedName FeedName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FeedName |
|
Name
public string Name { get; set; }Required. The name of the feed to for which to generate secret. Format: projects/{project}/locations/{location}/instances/{instance}/feeds/{feed}
| Property Value | |
|---|---|
| Type | Description |
string |
|