Class ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets
Secrets and secret environment variables.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets : 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<ContaineranalysisGoogleDevtoolsCloudbuildV1InlineSecret> Inline { get; set; }
Property Value
Type | Description |
---|---|
IList<ContaineranalysisGoogleDevtoolsCloudbuildV1InlineSecret> |
SecretManager
Secrets in Secret Manager and associated secret environment variable.
Declaration
[JsonProperty("secretManager")]
public virtual IList<ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret> SecretManager { get; set; }
Property Value
Type | Description |
---|---|
IList<ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret> |