你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PsApiManagementIdentityProvider Class

Definition

public class PsApiManagementIdentityProvider : Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementArmResource
type PsApiManagementIdentityProvider = class
    inherit PsApiManagementArmResource
Public Class PsApiManagementIdentityProvider
Inherits PsApiManagementArmResource
Inheritance
PsApiManagementIdentityProvider

Constructors

PsApiManagementIdentityProvider()

Properties

AllowedTenants

Gets or sets list of Allowed Tenants when configuring Azure Active Directory login.

Authority

Gets or sets openID Connect discovery endpoint hostname for AAD or AAD B2C.

ClientId

Gets or sets 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.

ClientSecret

Gets or sets 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.

Id

Arm Identifier of the Resource

(Inherited from PsApiManagementArmResource)
PasswordResetPolicyName

Gets or sets password Reset Policy Name. Only applies to AAD B2C Identity Provider.

ProfileEditingPolicyName

Gets or sets profile Editing Policy Name. Only applies to AAD B2C Identity Provider.

ResourceGroupName

Resource Group Name the resource is part of.

(Inherited from PsApiManagementArmResource)
ServiceName

Api Management service Name to which the Resource belongs

(Inherited from PsApiManagementArmResource)
SigninPolicyName

Gets or sets signin Policy Name. Only applies to AAD B2C Identity Provider.

SigninTenant

Gets or sets the SignIn Tenant to override the common AAD Tenant configuration.

SignupPolicyName

Gets or sets signup Policy Name. Only applies to AAD B2C Identity Provider.

Type

Applies to