Class AddSecretVersionRequest
Request message for SecretManagerService.AddSecretVersion.
Implements
Inherited Members
Namespace: Google.Apis.SecretManager.v1beta2.Data
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class AddSecretVersionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
Required. The secret payload of the SecretVersion.
Declaration
[JsonProperty("payload")]
public virtual SecretPayload Payload { get; set; }
Property Value
Type | Description |
---|---|
SecretPayload |