OpenidConnectProviderContract Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OpenidConnectProviderContract() |
Initializes a new instance of the OpenidConnectProviderContract class. |
OpenidConnectProviderContract(String, String, String, String, String, String, String, String) |
Initializes a new instance of the OpenidConnectProviderContract class. |
OpenidConnectProviderContract()
Initializes a new instance of the OpenidConnectProviderContract class.
public OpenidConnectProviderContract ();
Public Sub New ()
Applies to
OpenidConnectProviderContract(String, String, String, String, String, String, String, String)
Initializes a new instance of the OpenidConnectProviderContract class.
public OpenidConnectProviderContract (string displayName, string metadataEndpoint, string clientId, string id = default, string name = default, string type = default, string description = default, string clientSecret = default);
new Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract
Public Sub New (displayName As String, metadataEndpoint As String, clientId As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional clientSecret As String = Nothing)
Parameters
- displayName
- String
User-friendly OpenID Connect Provider name.
- metadataEndpoint
- String
Metadata endpoint URI.
- clientId
- String
Client ID of developer console which is the client application.
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description
- String
User-friendly description of OpenID Connect Provider.
- clientSecret
- String
Client Secret of developer console which is the client application.
Applies to
Azure SDK for .NET