Show / Hide Table of Contents

Class IdentityProviderTwitterState

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

Constructors

View Source

IdentityProviderTwitterState()

Declaration
public IdentityProviderTwitterState()

Properties

View Source

ApiKey

App Consumer API key for Twitter.

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

ApiManagementName

The Name of the API Management Service where this Twitter 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

ApiSecretKey

App Consumer API secret key for Twitter.

Declaration
public Input<string> ApiSecretKey { 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.