Class AccessSecretVersionResponse
Response message for SecretManagerService.AccessSecretVersion.
Implements
Inherited Members
Namespace: Google.Apis.SecretManager.v1beta2.Data
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class AccessSecretVersionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The resource name of the SecretVersion in the format projects/*/secrets/*/versions/* or
projects/*/locations/*/secrets/*/versions/*.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Payload
Secret payload
Declaration
[JsonProperty("payload")]
public virtual SecretPayload Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| SecretPayload |