ServicePrincipal interface
The managed instance's service principal configuration for a resource.
Properties
| client |
The Azure Active Directory application client id. |
| principal |
The Azure Active Directory application object id. |
| tenant |
The Azure Active Directory tenant id. |
| type | Service principal type. |
Property Details
clientId
The Azure Active Directory application client id.
clientId?: string
Property Value
string
principalId
The Azure Active Directory application object id.
principalId?: string
Property Value
string
tenantId
The Azure Active Directory tenant id.
tenantId?: string
Property Value
string
type
Service principal type.
type?: string
Property Value
string