Class IdentityProviderMicrosoftArgs
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 IdentityProviderMicrosoftArgs : ResourceArgs
Constructors
View SourceIdentityProviderMicrosoftArgs()
Declaration
public IdentityProviderMicrosoftArgs()
Properties
View SourceApiManagementName
The Name of the API Management Service where this Microsoft 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> |
ClientId
Client Id of the Azure AD Application.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
Client secret of the Azure AD Application.
Declaration
public Input<string> ClientSecret { 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> |