IdentityProviderCreateContract Class

Definition

Identity Provider details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IdentityProviderCreateContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IdentityProviderCreateContract = class
    inherit Resource
Public Class IdentityProviderCreateContract
Inherits Resource
Inheritance
IdentityProviderCreateContract
Attributes

Constructors

IdentityProviderCreateContract()

Initializes a new instance of the IdentityProviderCreateContract class.

IdentityProviderCreateContract(String, String, String, String, String, String, String, IList<String>, String, String, String, String, String)

Initializes a new instance of the IdentityProviderCreateContract class.

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. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IdentityProviderCreateContractType

Gets or sets identity Provider Type identifier. Possible values include: 'facebook', 'google', 'microsoft', 'twitter', 'aad', 'aadB2C'

Name

Gets the name of the resource

(Inherited from Resource)
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.

SigninPolicyName

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

SigninTenant

Gets or sets the TenantId to use instead of Common when logging into Active Directory

SignupPolicyName

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

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to