OpenidConnectProviderUpdateContract Class

Definition

Parameters supplied to the Update OpenID Connect Provider operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class OpenidConnectProviderUpdateContract
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OpenidConnectProviderUpdateContract = class
Public Class OpenidConnectProviderUpdateContract
Inheritance
OpenidConnectProviderUpdateContract
Attributes

Constructors

OpenidConnectProviderUpdateContract()

Initializes a new instance of the OpenidConnectProviderUpdateContract class.

OpenidConnectProviderUpdateContract(String, String, String, String, String)

Initializes a new instance of the OpenidConnectProviderUpdateContract 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.

MetadataEndpoint

Gets or sets metadata endpoint URI.

Methods

Validate()

Validate the object.

Applies to