public sealed class DisableSecretVersionRequest : IMessage<DisableSecretVersionRequest>, IEquatable<DisableSecretVersionRequest>, IDeepCloneable<DisableSecretVersionRequest>, IBufferMessage, IMessageRequest message for [SecretManagerService.DisableSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.DisableSecretVersion].
Implements
IMessage<DisableSecretVersionRequest>, IEquatable<DisableSecretVersionRequest>, IDeepCloneable<DisableSecretVersionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
DisableSecretVersionRequest()
public DisableSecretVersionRequest()DisableSecretVersionRequest(DisableSecretVersionRequest)
public DisableSecretVersionRequest(DisableSecretVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DisableSecretVersionRequest |
Properties
Etag
public string Etag { get; set; }Optional. Etag of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }Required. The resource name of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] to disable in the format
projects/*/secrets/*/versions/*.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SecretVersionName
public SecretVersionName SecretVersionName { get; set; }SecretVersionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecretVersionName |
|