Class SecretPayload
A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion.
Implements
Inherited Members
Namespace: Google.Apis.SecretManager.v1beta1.Data
Assembly: Google.Apis.SecretManager.v1beta1.dll
Syntax
public class SecretPayload : IDirectResponseSchema
Properties
Data
The secret data. Must be no larger than 64KiB.
Declaration
[JsonProperty("data")]
public virtual string Data { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |