Class EndUserAuthenticationConfigVariable
EndUserAuthenticationConfigVariable represents a configuration variable present in a EndUserAuthentication.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EndUserAuthenticationConfigVariable : IDirectResponseSchema
Properties
BoolValue
Value is a bool.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntValue
Value is an integer
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Key
Required. Key of the config variable.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretValue
Value is a secret
Declaration
[JsonProperty("secretValue")]
public virtual EUASecret SecretValue { get; set; }
Property Value
| Type | Description |
|---|---|
| EUASecret |
StringValue
Value is a string.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |