Class Secrets
Secrets and secret environment variables.
Inheritance
System.Object
Secrets
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.dll
Syntax
public class Secrets : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.IList<SecretManagerSecret> |