Class GCPSecretManagerCertificateConfig
GCPSecretManagerCertificateConfig configures a secret from Google Secret Manager.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class GCPSecretManagerCertificateConfig : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SecretUri
Secret URI, in the form "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION". Version can be fixed (e.g. "2") or "latest"
Declaration
[JsonProperty("secretUri")]
public virtual string SecretUri { get; set; }Property Value
| Type | Description | 
|---|---|
| string |