你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentityProviderInput Class

Definition

Identity provider input.

public class IdentityProviderInput
type IdentityProviderInput = class
Public Class IdentityProviderInput
Inheritance
IdentityProviderInput

Constructors

IdentityProviderInput()

Initializes a new instance of the IdentityProviderInput class.

IdentityProviderInput(String, String, String, String, String)

Initializes a new instance of the IdentityProviderInput class.

Properties

AadAuthority

Gets or sets the base authority for Azure Active Directory authentication.

ApplicationId

Gets or sets the application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Audience

Gets or sets the intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

ObjectId

Gets or sets the object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

TenantId

Gets or sets the tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Methods

Validate()

Validate the object.

Applies to