ApiManagementIdentityProviderCreateOrUpdateContent 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.
Identity Provider details.
public class ApiManagementIdentityProviderCreateOrUpdateContent : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementIdentityProviderCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementIdentityProviderCreateOrUpdateContent>
type ApiManagementIdentityProviderCreateOrUpdateContent = class
inherit ResourceData
interface IJsonModel<ApiManagementIdentityProviderCreateOrUpdateContent>
interface IPersistableModel<ApiManagementIdentityProviderCreateOrUpdateContent>
Public Class ApiManagementIdentityProviderCreateOrUpdateContent
Inherits ResourceData
Implements IJsonModel(Of ApiManagementIdentityProviderCreateOrUpdateContent), IPersistableModel(Of ApiManagementIdentityProviderCreateOrUpdateContent)
- Inheritance
- Implements
Constructors
ApiManagementIdentityProviderCreateOrUpdateContent() |
Initializes a new instance of ApiManagementIdentityProviderCreateOrUpdateContent. |
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. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IdentityProviderType |
Identity Provider Type identifier. |
Name |
The name of the resource. (Inherited from ResourceData) |
PasswordResetPolicyName |
Password Reset Policy Name. Only applies to AAD B2C Identity Provider. |
ProfileEditingPolicyName |
Profile Editing Policy Name. Only applies to AAD B2C Identity Provider. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
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. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<ApiManagementIdentityProviderCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementIdentityProviderCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementIdentityProviderCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementIdentityProviderCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementIdentityProviderCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET