ApiManagementOpenIdConnectProviderData 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.
A class representing the ApiManagementOpenIdConnectProvider data model. OpenId Connect Provider details.
public class ApiManagementOpenIdConnectProviderData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.ApiManagementOpenIdConnectProviderData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.ApiManagementOpenIdConnectProviderData>
type ApiManagementOpenIdConnectProviderData = class
inherit ResourceData
interface IJsonModel<ApiManagementOpenIdConnectProviderData>
interface IPersistableModel<ApiManagementOpenIdConnectProviderData>
Public Class ApiManagementOpenIdConnectProviderData
Inherits ResourceData
Implements IJsonModel(Of ApiManagementOpenIdConnectProviderData), IPersistableModel(Of ApiManagementOpenIdConnectProviderData)
- Inheritance
- Implements
Constructors
ApiManagementOpenIdConnectProviderData() |
Initializes a new instance of ApiManagementOpenIdConnectProviderData. |
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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
MetadataEndpoint |
Metadata endpoint URI. |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<ApiManagementOpenIdConnectProviderData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementOpenIdConnectProviderData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementOpenIdConnectProviderData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementOpenIdConnectProviderData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementOpenIdConnectProviderData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET