Class Secret
A confidential piece of information where the actual value is either directly specified in the message as a raw string or stored in GCP secret manager.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class Secret : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RawValue
Optional. Input only. The actual raw value of the secret as plain text.
Declaration
[JsonProperty("rawValue")]
public virtual string RawValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretVersion
Optional. A Secret Manager resource name storing the actual value of the secret. Supported formats: * projects/{project}/locations/{location}/secrets/{secret}/versions/{version} * projects/{project}/secrets/{secret}/versions/{version}
Declaration
[JsonProperty("secretVersion")]
public virtual string SecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |