IdentityProviderBaseParameters Constructors
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.
Overloads
IdentityProviderBaseParameters() |
Initializes a new instance of the IdentityProviderBaseParameters class. |
IdentityProviderBaseParameters(String, String, IList<String>, String, String, String, String, String) |
Initializes a new instance of the IdentityProviderBaseParameters class. |
IdentityProviderBaseParameters()
Initializes a new instance of the IdentityProviderBaseParameters class.
public IdentityProviderBaseParameters ();
Public Sub New ()
Applies to
IdentityProviderBaseParameters(String, String, IList<String>, String, String, String, String, String)
Initializes a new instance of the IdentityProviderBaseParameters class.
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)
Parameters
- type
- String
Identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'
- signinTenant
- String
The TenantId to use instead of Common when logging into Active Directory
- authority
- String
OpenID Connect discovery endpoint hostname for AAD or AAD B2C.
- signupPolicyName
- String
Signup Policy Name. Only applies to AAD B2C Identity Provider.
- signinPolicyName
- String
Signin Policy Name. Only applies to AAD B2C Identity Provider.
- profileEditingPolicyName
- String
Profile Editing Policy Name. Only applies to AAD B2C Identity Provider.
- passwordResetPolicyName
- String
Password Reset Policy Name. Only applies to AAD B2C Identity Provider.