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