Show / Hide Table of Contents

Class OpenIdConnectProviderState

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

Constructors

View Source

OpenIdConnectProviderState()

Declaration
public OpenIdConnectProviderState()

Properties

View Source

ApiManagementName

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>
View Source

ClientId

The Client ID used for the Client Application.

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

ClientSecret

The Client Secret used for the Client Application.

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

Description

A description of this OpenID Connect Provider.

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

DisplayName

A user-friendly name for this OpenID Connect Provider.

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

MetadataEndpoint

The URI of the Metadata endpoint.

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

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>
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.