Show / Hide Table of Contents

Class FunctionAppAuthSettingsFacebookArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionAppAuthSettingsFacebookArgs
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 FunctionAppAuthSettingsFacebookArgs : ResourceArgs

Constructors

View Source

FunctionAppAuthSettingsFacebookArgs()

Declaration
public FunctionAppAuthSettingsFacebookArgs()

Properties

View Source

AppId

The App ID of the Facebook app used for login

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

AppSecret

The App Secret of the Facebook app used for Facebook Login.

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

OauthScopes

The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. https://developers.facebook.com/docs/facebook-login

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