IdentityProviderDetails Class
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.
Identity provider details.
public class IdentityProviderDetails
type IdentityProviderDetails = class
Public Class IdentityProviderDetails
- Inheritance
-
IdentityProviderDetails
Constructors
IdentityProviderDetails() |
Initializes a new instance of the IdentityProviderDetails class. |
IdentityProviderDetails(String, String, String, String, String) |
Initializes a new instance of the IdentityProviderDetails 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. |