ServicePrincipalInformationPatch interface
ServicePrincipalInformationPatch represents the details of the service principal to be used by the cluster during Arc Appliance installation for patch operations.
Properties
| application |
The application ID, also known as client ID, of the service principal. |
| password | The password of the service principal. |
| principal |
The principal ID, also known as the object ID, of the service principal. |
| tenant |
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created. |
Property Details
applicationId
The application ID, also known as client ID, of the service principal.
applicationId?: string
Property Value
string
password
The password of the service principal.
password?: string
Property Value
string
principalId
The principal ID, also known as the object ID, of the service principal.
principalId?: string
Property Value
string
tenantId
The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
tenantId?: string
Property Value
string