Class NotifierSecretRef
NotifierSecretRef contains the reference to a secret stored in the corresponding NotifierSpec.
Inheritance
System.Object
NotifierSecretRef
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 NotifierSecretRef : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecretRef
The value of secret_ref
should be a name
that is registered in a Secret
in the secrets
list of the
Spec
.
Declaration
[JsonProperty("secretRef")]
public virtual string SecretRef { get; set; }
Property Value
Type | Description |
---|---|
System.String |