Show / Hide Table of Contents

Class FunctionAppAuthSettingsGoogleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionAppAuthSettingsGoogleArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FunctionAppAuthSettingsGoogleArgs : ResourceArgs

Constructors

View Source

FunctionAppAuthSettingsGoogleArgs()

Declaration
public FunctionAppAuthSettingsGoogleArgs()

Properties

View Source

ClientId

The OpenID Connect Client ID for the Google web application.

Declaration
public Input<string> ClientId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientSecret

The client secret associated with the Google web application.

Declaration
public Input<string> ClientSecret { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OauthScopes

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. https://developers.google.com/identity/sign-in/web/

Declaration
public InputList<string> OauthScopes { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.