Chronicle v1 API - Class GenerateSecretRequest (1.1.0)

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

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

GenerateSecret request message.

Inheritance

object > GenerateSecretRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

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; }

FeedName-typed view over the Name resource name property.

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