inactiveGroupFinding resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Contains analytic information for an inactive group in an authorization system, including actions granted to the group and its members in the last 90 days.
Inherits from finding.
Methods
Method | Return type | Description |
---|---|---|
List | inactiveGroupFinding collection | Get a list of the inactiveGroupFinding objects and their properties. |
Get | inactiveGroupFinding | Read the properties and relationships of an inactiveGroupFinding object. |
Properties
Property | Type | Description |
---|---|---|
actionSummary | actionSummary | Contains information on authorization system actions granted to this group identity and actions executed by this group identity in the last 90 days. This property and its values are a snapshot as of when the finding was created and may not reflect the current values for the group identity. |
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 . |
Relationships
Relationship | Type | Description |
---|---|---|
group | authorizationSystemIdentity | Represents an identity in an authorization system that you've onboarded to Permissions Management. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.inactiveGroupFinding",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"actionSummary": {
"@odata.type": "microsoft.graph.actionSummary"
},
"permissionsCreepIndex": {
"@odata.type": "microsoft.graph.permissionsCreepIndex"
}
}