IdentityProviderUpdateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IdentityProviderUpdateParameters() |
IdentityProviderUpdateParameters クラスの新しいインスタンスを初期化します。 |
IdentityProviderUpdateParameters(String, String, IList<String>, String, String, String, String, String, String, String) |
IdentityProviderUpdateParameters クラスの新しいインスタンスを初期化します。 |
IdentityProviderUpdateParameters()
IdentityProviderUpdateParameters クラスの新しいインスタンスを初期化します。
public IdentityProviderUpdateParameters ();
Public Sub New ()
適用対象
IdentityProviderUpdateParameters(String, String, IList<String>, String, String, String, String, String, String, String)
IdentityProviderUpdateParameters クラスの新しいインスタンスを初期化します。
public IdentityProviderUpdateParameters (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, string clientId = default, string clientSecret = default);
new Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderUpdateParameters : string * string * System.Collections.Generic.IList<string> * string * string * string * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderUpdateParameters
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, Optional clientId As String = Nothing, Optional clientSecret As String = Nothing)
パラメーター
- type
- String
ID プロバイダーの種類識別子。 使用できる値は、'facebook'、'google'、'microsoft'、'twitter'、'aad'、'aadB2C' です。
- signinTenant
- String
Active Directory にログインするときに Common の代わりに使用する TenantId
- 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 プロバイダーにのみ適用されます。
- clientId
- String
外部 ID プロバイダー内のアプリケーションのクライアント ID。 Facebook ログインのアプリ ID、Google ログインのクライアント ID、Microsoft のアプリ ID です。
- clientSecret
- String
外部 ID プロバイダーのアプリケーションのクライアント シークレット。ログイン要求の認証に使用されます。 たとえば、Facebook ログイン用のアプリ シークレット、Google ログイン用の API キー、Microsoft の公開キーなどです。
適用対象
Azure SDK for .NET