public sealed class UpdateSecretRequest : IMessage<UpdateSecretRequest>, IEquatable<UpdateSecretRequest>, IDeepCloneable<UpdateSecretRequest>, IBufferMessage, IMessageReference documentation and code samples for the Secret Manager v1 API class UpdateSecretRequest.
Request message for [SecretManagerService.UpdateSecret][google.cloud.secretmanager.v1.SecretManagerService.UpdateSecret].
Implements
IMessageUpdateSecretRequest, IEquatableUpdateSecretRequest, IDeepCloneableUpdateSecretRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
UpdateSecretRequest()
public UpdateSecretRequest()UpdateSecretRequest(UpdateSecretRequest)
public UpdateSecretRequest(UpdateSecretRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | UpdateSecretRequest | 
Properties
Secret
public Secret Secret { get; set; }Required. [Secret][google.cloud.secretmanager.v1.Secret] with updated field values.
| Property Value | |
|---|---|
| Type | Description | 
| Secret | |
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Specifies the fields to be updated.
| Property Value | |
|---|---|
| Type | Description | 
| FieldMask | |