Show / Hide Table of Contents

Class OAuthConfig

Looker instance OAuth login settings.

Inheritance
object
OAuthConfig
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.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class OAuthConfig : IDirectResponseSchema

Properties

ClientId

Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.

Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
Type Description
string

ClientSecret

Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.

Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX