Show / Hide Table of Contents

Class IdentityProviderFacebookArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IdentityProviderFacebookArgs
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.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IdentityProviderFacebookArgs : ResourceArgs

Constructors

View Source

IdentityProviderFacebookArgs()

Declaration
public IdentityProviderFacebookArgs()

Properties

View Source

ApiManagementName

The Name of the API Management Service where this Facebook Identity Provider should be created. Changing this forces a new resource to be created.

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

AppId

App ID for Facebook.

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

AppSecret

App Secret for Facebook.

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

ResourceGroupName

The Name of the Resource Group where the API Management Service exists. Changing this forces a new resource to be created.

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