ArmApiManagementModelFactory.ApiManagementOpenIdConnectProviderData Method
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.
Initializes a new instance of ApiManagementOpenIdConnectProviderData.
public static Azure.ResourceManager.ApiManagement.ApiManagementOpenIdConnectProviderData ApiManagementOpenIdConnectProviderData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, string description = default, string metadataEndpoint = default, string clientId = default, string clientSecret = default, bool? useInTestConsole = default, bool? useInApiDocumentation = default);
static member ApiManagementOpenIdConnectProviderData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.ApiManagement.ApiManagementOpenIdConnectProviderData
Public Shared Function ApiManagementOpenIdConnectProviderData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional metadataEndpoint As String = Nothing, Optional clientId As String = Nothing, Optional clientSecret As String = Nothing, Optional useInTestConsole As Nullable(Of Boolean) = Nothing, Optional useInApiDocumentation As Nullable(Of Boolean) = Nothing) As ApiManagementOpenIdConnectProviderData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- displayName
- String
User-friendly OpenID Connect Provider name.
- description
- String
User-friendly description of OpenID Connect Provider.
- metadataEndpoint
- String
Metadata endpoint URI.
- clientId
- String
Client ID of developer console which is the client application.
- clientSecret
- String
Client Secret of developer console which is the client application.
If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided.
If true, the Open ID Connect provider will be used in the API documentation in the developer portal. False by default if no value is provided.
Returns
A new ApiManagementOpenIdConnectProviderData instance for mocking.
Applies to
Azure SDK for .NET