ServicePrincipal Class
The managed instance's service principal configuration for a resource.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ServicePrincipal(*, type: str | _models.ServicePrincipalType | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
Service principal type. Known values are: "None" and "SystemAssigned". Default value: None
|
Variables
| Name | Description |
|---|---|
|
principal_id
|
The Azure Active Directory application object id. |
|
client_id
|
The Azure Active Directory application client id. |
|
tenant_id
|
The Azure Active Directory tenant id. |
|
type
|
Service principal type. Known values are: "None" and "SystemAssigned". |