Class OAuthSettings
Configuration for OAuth login&consent flow behavior as well as for OAuth Credentials.
Implements
Inherited Members
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class OAuthSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LoginHint
Domain hint to send as hd=? parameter in OAuth request flow. Enables redirect to primary IDP by skipping Google's login screen. https://developers.google.com/identity/protocols/OpenIDConnect#hd-param Note: IAP does not verify that the id token's hd claim matches this value since access behavior is managed by IAM policies.
Declaration
[JsonProperty("loginHint")]
public virtual string LoginHint { get; set; }
Property Value
Type | Description |
---|---|
string |
ProgrammaticClients
Optional. List of client ids allowed to use IAP programmatically.
Declaration
[JsonProperty("programmaticClients")]
public virtual IList<string> ProgrammaticClients { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |