Class OAuthConfig
Looker instance OAuth login settings.
Implements
Inherited Members
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 |