Show / Hide Table of Contents

Class EndUserAuthenticationConfigVariable

EndUserAuthenticationConfigVariable represents a configuration variable present in a EndUserAuthentication.

Inheritance
object
EndUserAuthenticationConfigVariable
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX