ApiManagementOpenIdConnectProviderPatch 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.
public class ApiManagementOpenIdConnectProviderPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementOpenIdConnectProviderPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementOpenIdConnectProviderPatch>
type ApiManagementOpenIdConnectProviderPatch = class
interface IJsonModel<ApiManagementOpenIdConnectProviderPatch>
interface IPersistableModel<ApiManagementOpenIdConnectProviderPatch>
Public Class ApiManagementOpenIdConnectProviderPatch
Implements IJsonModel(Of ApiManagementOpenIdConnectProviderPatch), IPersistableModel(Of ApiManagementOpenIdConnectProviderPatch)
- Inheritance
-
ApiManagementOpenIdConnectProviderPatch
- Implements
Constructors
ApiManagementOpenIdConnectProviderPatch() |
Initializes a new instance of ApiManagementOpenIdConnectProviderPatch. |
Properties
ClientId |
Client ID of developer console which is the client application. |
ClientSecret |
Client Secret of developer console which is the client application. |
Description |
User-friendly description of OpenID Connect Provider. |
DisplayName |
User-friendly OpenID Connect Provider name. |
MetadataEndpoint |
Metadata endpoint URI. |
UseInApiDocumentation |
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. |
UseInTestConsole |
If true, the Open ID Connect provider may be used in the developer portal test console. True by default if no value is provided. |
Explicit Interface Implementations
IJsonModel<ApiManagementOpenIdConnectProviderPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementOpenIdConnectProviderPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementOpenIdConnectProviderPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementOpenIdConnectProviderPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementOpenIdConnectProviderPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET