ApiManagementIdentityProviderData Class

Definition

A class representing the ApiManagementIdentityProvider data model. Identity Provider details.

public class ApiManagementIdentityProviderData : Azure.ResourceManager.Models.ResourceData
public class ApiManagementIdentityProviderData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.ApiManagementIdentityProviderData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.ApiManagementIdentityProviderData>
type ApiManagementIdentityProviderData = class
    inherit ResourceData
type ApiManagementIdentityProviderData = class
    inherit ResourceData
    interface IJsonModel<ApiManagementIdentityProviderData>
    interface IPersistableModel<ApiManagementIdentityProviderData>
Public Class ApiManagementIdentityProviderData
Inherits ResourceData
Public Class ApiManagementIdentityProviderData
Inherits ResourceData
Implements IJsonModel(Of ApiManagementIdentityProviderData), IPersistableModel(Of ApiManagementIdentityProviderData)
Inheritance
ApiManagementIdentityProviderData
Implements

Constructors

ApiManagementIdentityProviderData()

Initializes a new instance of ApiManagementIdentityProviderData.

Properties

AllowedTenants

List of Allowed Tenants when configuring Azure Active Directory login.

Authority

OpenID Connect discovery endpoint hostname for AAD or AAD B2C.

ClientId

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

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

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

(Inherited from ResourceData)
IdentityProviderType

Identity Provider Type identifier.

Name

The name of the resource.

(Inherited from ResourceData)
PasswordResetPolicyName

Password Reset Policy Name. Only applies to AAD B2C Identity Provider.

ProfileEditingPolicyName

Profile Editing Policy Name. Only applies to AAD B2C Identity Provider.

ResourceType

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

(Inherited from ResourceData)
SignInPolicyName

Signin Policy Name. Only applies to AAD B2C Identity Provider.

SignInTenant

The TenantId to use instead of Common when logging into Active Directory.

SignUpPolicyName

Signup Policy Name. Only applies to AAD B2C Identity Provider.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<ApiManagementIdentityProviderData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiManagementIdentityProviderData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementIdentityProviderData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementIdentityProviderData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiManagementIdentityProviderData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to