IdentityProviderInput 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 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. |