Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Namespace: microsoft.graph
Indicates the identity of the application that performed the action or was changed. Includes the IDs and names for the service principal and application. This object is configured in the app property of auditActivityInitiator.
Properties
| Property | Type | Description |
|---|---|---|
| appId | String | Refers to the unique identifier representing application ID in the Microsoft Entra ID. |
| displayName | String | Refers to the application name displayed in the Microsoft Entra admin center. |
| servicePrincipalId | String | Refers to the unique identifier indicating service principal ID in Microsoft Entra ID for the corresponding App. |
| servicePrincipalName | String | Refers to the Service Principal Name is the Application name in the tenant. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"appId": "String",
"displayName": "String",
"servicePrincipalId": "String",
"servicePrincipalName": "String"
}