ServicePrincipal interface 
The managed instance's service principal configuration for a resource.
Properties
| client | The Azure Active Directory application client id. NOTE: This property will not be serialized. It can only be populated by the server. | 
| principal | The Azure Active Directory application object id. NOTE: This property will not be serialized. It can only be populated by the server. | 
| tenant | The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server. | 
| type | Service principal type. | 
Property Details
		clientId
	 
	The Azure Active Directory application client id. NOTE: This property will not be serialized. It can only be populated by the server.
clientId?: stringProperty Value
string
		principalId
	 
	The Azure Active Directory application object id. NOTE: This property will not be serialized. It can only be populated by the server.
principalId?: stringProperty Value
string
		tenantId
	 
	The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: stringProperty Value
string
type
Service principal type.
type?: stringProperty Value
string