Class OpenIdConnectProviderArgs
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 OpenIdConnectProviderArgs : ResourceArgs
Constructors
View SourceOpenIdConnectProviderArgs()
Declaration
public OpenIdConnectProviderArgs()
Properties
View SourceApiManagementName
The name of the API Management Service in which this OpenID Connect 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
The Client ID used for the Client Application.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
The Client Secret used for the Client Application.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of this OpenID Connect Provider.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
A user-friendly name for this OpenID Connect Provider.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MetadataEndpoint
The URI of the Metadata endpoint.
Declaration
public Input<string> MetadataEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
the Name of the OpenID Connect Provider which should be created within the API Management Service. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { 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> |