次の方法で共有


IdentityProviderBaseParameters コンストラクター

定義

オーバーロード

IdentityProviderBaseParameters()

IdentityProviderBaseParameters クラスの新しいインスタンスを初期化します。

IdentityProviderBaseParameters(String, String, IList<String>, String, String, String, String, String)

IdentityProviderBaseParameters クラスの新しいインスタンスを初期化します。

IdentityProviderBaseParameters()

IdentityProviderBaseParameters クラスの新しいインスタンスを初期化します。

public IdentityProviderBaseParameters ();
Public Sub New ()

適用対象

IdentityProviderBaseParameters(String, String, IList<String>, String, String, String, String, String)

IdentityProviderBaseParameters クラスの新しいインスタンスを初期化します。

public IdentityProviderBaseParameters (string type = default, string signinTenant = default, System.Collections.Generic.IList<string> allowedTenants = default, string authority = default, string signupPolicyName = default, string signinPolicyName = default, string profileEditingPolicyName = default, string passwordResetPolicyName = default);
new Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderBaseParameters : string * string * System.Collections.Generic.IList<string> * string * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderBaseParameters
Public Sub New (Optional type As String = Nothing, Optional signinTenant As String = Nothing, Optional allowedTenants As IList(Of String) = Nothing, Optional authority As String = Nothing, Optional signupPolicyName As String = Nothing, Optional signinPolicyName As String = Nothing, Optional profileEditingPolicyName As String = Nothing, Optional passwordResetPolicyName As String = Nothing)

パラメーター

type
String

ID プロバイダーの種類識別子。 使用できる値は、'facebook'、'google'、'microsoft'、'twitter'、'aad'、'aadB2C' です。

signinTenant
String

Active Directory にログインするときに Common の代わりに使用する TenantId

allowedTenants
IList<String>

Azure Active Directory ログインを構成するときの許可されるテナントの一覧。

authority
String

AAD または AAD B2C の OpenID Connect 検出エンドポイントのホスト名。

signupPolicyName
String

サインアップ ポリシー名。 AAD B2C ID プロバイダーにのみ適用されます。

signinPolicyName
String

サインイン ポリシー名。 AAD B2C ID プロバイダーにのみ適用されます。

profileEditingPolicyName
String

プロファイル編集ポリシー名。 AAD B2C ID プロバイダーにのみ適用されます。

passwordResetPolicyName
String

パスワード リセット ポリシー名。 AAD B2C ID プロバイダーにのみ適用されます。

適用対象