Class EUASecret
EUASecret provides a reference to entries in Secret Manager.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EUASecret : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretValue
Optional. The plain string value of the secret.
Declaration
[JsonProperty("secretValue")]
public virtual string SecretValue { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretVersion
Optional. The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*
.
Declaration
[JsonProperty("secretVersion")]
public virtual string SecretVersion { get; set; }
Property Value
Type | Description |
---|---|
string |