Class ConnectorConfigurationSecret
Secret value parameter.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class ConnectorConfigurationSecret : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Plaintext
Input only. Secret as plaintext.
Declaration
[JsonProperty("plaintext")]
public virtual string Plaintext { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretType
Output only. Indicates type of secret. Can be used to check type of stored secret value even if it's
INPUT_ONLY
.
Declaration
[JsonProperty("secretType")]
public virtual string SecretType { get; set; }
Property Value
Type | Description |
---|---|
string |