OpenidConnectProviderContract Class

Definition

OpenId Connect Provider details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class OpenidConnectProviderContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OpenidConnectProviderContract = class
    inherit Resource
Public Class OpenidConnectProviderContract
Inherits Resource
Inheritance
OpenidConnectProviderContract
Attributes

Constructors

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.

Properties

ClientId

Gets or sets client ID of developer console which is the client application.

ClientSecret

Gets or sets client Secret of developer console which is the client application.

Description

Gets or sets user-friendly description of OpenID Connect Provider.

DisplayName

Gets or sets user-friendly OpenID Connect Provider name.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
MetadataEndpoint

Gets or sets metadata endpoint URI.

Name

Gets the name of the resource

(Inherited from Resource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to