Class Secrets
Secrets and secret environment variables.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class Secrets : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Inline
Secrets encrypted with KMS key and the associated secret environment variable.
Declaration
[JsonProperty("inline")]
public virtual IList<InlineSecret> Inline { get; set; }
Property Value
Type | Description |
---|---|
IList<InlineSecret> |
SecretManager
Secrets in Secret Manager and associated secret environment variable.
Declaration
[JsonProperty("secretManager")]
public virtual IList<SecretManagerSecret> SecretManager { get; set; }
Property Value
Type | Description |
---|---|
IList<SecretManagerSecret> |