Class IdentityProviderTwitterState
Inherited Members
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 SourceIdentityProviderTwitterState()
Declaration
public IdentityProviderTwitterState()
Properties
View SourceApiKey
App Consumer API key for Twitter.
Declaration
public Input<string> ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
ApiSecretKey
App Consumer API secret key for Twitter.
Declaration
public Input<string> ApiSecretKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |