Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 3.8 KB

inactiveazureserviceprincipalfinding.md

File metadata and controls

69 lines (58 loc) · 3.8 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
inactiveAzureServicePrincipalFinding resource type
Represents the inactive Azure service principals.
ashyasingh
ciem_pm
medium
entra-permissions-management
resourcePageType

inactiveAzureServicePrincipalFinding resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the inactive Azure service principals.

Inherits from identityFinding.

Methods

Method Return type Description
List inactiveAzureServicePrincipalFinding collection Get a list of the inactiveAzureServicePrincipalFinding objects and their properties.
Get inactiveAzureServicePrincipalFinding Read the properties and relationships of an inactiveAzureServicePrincipalFinding object.
Aggregated summary permissionsAnalyticsAggregatedIdentitySummary Return the total number of an identity type and the total number of a specific finding for that identity in an authorization system.

Properties

Property Type Description
actionSummary actionSummary Contains information on authorization system actions granted to an identity and actions executed by this identity in the last 90 days. This property and its values are a snapshot as of when the finding was created and might not reflect the current values for the identity. Inherited from identityFinding.
createdDateTime DateTimeOffset Defines when the finding was created. Inherited from finding.
id String Unique identifier for the finding. Inherited from entity.
permissionsCreepIndex permissionsCreepIndex A score for an identity's excessive permissions that is classified into three buckets: 0-33: low, 34-66: medium, 67-100: high. This property and its values are a snapshot as of when the finding was created and might not reflect the current score for the identity. Supports $filter (gt) and $orderby. Inherited from identityFinding.
identityDetails identityDetails An identity's information details. Inherited from identityFinding.

Relationships

Relationship Type Description
identity authorizationSystemIdentity Represents an identity in an authorization system onboarded to Permissions Management. Inherited from identityFinding. Autoexpanded by default.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.inactiveAzureServicePrincipalFinding",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "permissionsCreepIndex": {
    "@odata.type": "microsoft.graph.permissionsCreepIndex"
  },
  "identityDetails": {
    "@odata.type": "#microsoft.graph.identityDetails"
  },
  "actionSummary": {
    "@odata.type": "microsoft.graph.actionSummary"
  }
}