ApiManagementIdentityProviderPatch 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 update Identity Provider.
public class ApiManagementIdentityProviderPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementIdentityProviderPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementIdentityProviderPatch>
type ApiManagementIdentityProviderPatch = class
interface IJsonModel<ApiManagementIdentityProviderPatch>
interface IPersistableModel<ApiManagementIdentityProviderPatch>
Public Class ApiManagementIdentityProviderPatch
Implements IJsonModel(Of ApiManagementIdentityProviderPatch), IPersistableModel(Of ApiManagementIdentityProviderPatch)
- Inheritance
-
ApiManagementIdentityProviderPatch
- Implements
Constructors
ApiManagementIdentityProviderPatch() |
Initializes a new instance of ApiManagementIdentityProviderPatch. |
Properties
AllowedTenants |
List of Allowed Tenants when configuring Azure Active Directory login. |
Authority |
OpenID Connect discovery endpoint hostname for AAD or AAD B2C. |
ClientId |
Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft. |
ClientLibrary |
The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider. |
ClientSecret |
Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. |
IdentityProviderType |
Identity Provider Type identifier. |
PasswordResetPolicyName |
Password Reset Policy Name. Only applies to AAD B2C Identity Provider. |
ProfileEditingPolicyName |
Profile Editing Policy Name. Only applies to AAD B2C Identity Provider. |
SignInPolicyName |
Signin Policy Name. Only applies to AAD B2C Identity Provider. |
SignInTenant |
The TenantId to use instead of Common when logging into Active Directory. |
SignUpPolicyName |
Signup Policy Name. Only applies to AAD B2C Identity Provider. |
Explicit Interface Implementations
IJsonModel<ApiManagementIdentityProviderPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementIdentityProviderPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementIdentityProviderPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementIdentityProviderPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementIdentityProviderPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET