Show / Hide Table of Contents

Class ConnectorConfigurationSecret

Secret value parameter.

Inheritance
object
ConnectorConfigurationSecret
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX