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?: string
Property 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?: string
Property 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?: string
Property Value
string
type
Service principal type.
type?: string
Property Value
string