Secret Manager v1beta1 API - Class UpdateSecretRequest (3.0.0-beta04)

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

Reference documentation and code samples for the Secret Manager v1beta1 API class UpdateSecretRequest.

Request message for [SecretManagerService.UpdateSecret][google.cloud.secrets.v1beta1.SecretManagerService.UpdateSecret].

Inheritance

object > UpdateSecretRequest

Namespace

Google.Cloud.SecretManager.V1Beta1

Assembly

Google.Cloud.SecretManager.V1Beta1.dll

Constructors

UpdateSecretRequest()

public UpdateSecretRequest()

UpdateSecretRequest(UpdateSecretRequest)

public UpdateSecretRequest(UpdateSecretRequest other)
Parameter
NameDescription
otherUpdateSecretRequest

Properties

Secret

public Secret Secret { get; set; }

Required. [Secret][google.cloud.secrets.v1beta1.Secret] with updated field values.

Property Value
TypeDescription
Secret

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Specifies the fields to be updated.

Property Value
TypeDescription
FieldMask