名前空間: microsoft.graph
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
注:
2025 年 4 月 1 日より、Microsoft Entra Permissions Managementは購入できなくなります。2025 年 10 月 1 日に、この製品のサポートを廃止し、中止します。 詳細については、 こちらを参照してください。
承認システムのユーザー、ロール、関数などの ID に関連する検索を表します。
検索から継承します。
次のリソースは、このリソースの種類から継承されます。
- inactiveawsresourcefinding
- inactiveawsrolefinding
- inactiveazureserviceprincipalfinding
- inactivegcpserviceaccountfinding
- inactiveserverlessfunctionfinding
- inactiveuserfinding
- overprovisionedawsresourcefinding
- overprovisionedawsrolefinding
- overprovisionedazureserviceprincipalfinding
- overprovisionedgcpserviceaccountfinding
- overprovisionedserverlessfunctionfinding
- overprovisioneduserfinding
- superawsresourcefinding
- superawsrolefinding
- superazureserviceprincipalfinding
- supergcpserviceaccountfinding
- superserverlessfunctionfinding
- superuserfinding
- unenforcedMfaAwsUserFinding
メソッド
なし。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| actionSummary | actionSummary | ID に付与された承認システムアクションと、この ID によって過去 90 日間に実行されたアクションに関する情報が含まれます。 このプロパティとその値は、検索が作成された時点のスナップショットであり、ID の現在の値が反映されていない可能性があります。 identityFinding から継承されます。 |
| createdDateTime | DateTimeOffset | 検索が作成されたタイミングを定義します。
$select をサポートします。
検索から継承されます。 |
| id | String | 検索の一意識別子。 エンティティから継承 されます。 |
| identityDetails | identityDetails | ID の情報の詳細。 |
| permissionsCreepIndex | permissionsCreepIndex | 0 から 33: low、34-66: medium、67-100: high の 3 つのバケットに分類される ID の過剰なアクセス許可のスコア。 このプロパティとその値は、検索が作成された時点のスナップショットであり、ID の現在のスコアが反映されていない可能性があります。
$filter (gt) と$orderbyをサポートします。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| 同一性 | authorizationSystemIdentity | Permissions Managementにオンボードされた承認システム内の ID を epresents します。 既定ではオートexpanded。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.identityFinding",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"permissionsCreepIndex": {
"@odata.type": "microsoft.graph.permissionsCreepIndex"
},
"identityDetails": {
"@odata.type": "#microsoft.graph.identityDetails"
},
"actionSummary": {
"@odata.type": "microsoft.graph.actionSummary"
}
}