Share via


ServicePrincipalInformation Class

Definition

ServicePrincipalInformation represents the details of the service principal to be used by the cluster during Arc Appliance installation.

public class ServicePrincipalInformation
type ServicePrincipalInformation = class
Public Class ServicePrincipalInformation
Inheritance
ServicePrincipalInformation

Constructors

ServicePrincipalInformation(String, String, String)

Initializes a new instance of ServicePrincipalInformation.

Properties

ApplicationId

The application ID, also known as client ID, of the service principal.

Password

The password of the service principal.

PrincipalId

The principal ID, also known as the object ID, of the service principal.

TenantId

The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.

Applies to