unifiedRoleManagementAlertConfiguration リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
Microsoft Entra ロールの Privileged Identity Management (PIM) で更新または変更できるセキュリティ アラートのテナント固有の構成を公開する抽象型。
この抽象型は、次の派生型によって継承されます。
- invalidLicenseAlertConfiguration
- noMfaOnRoleActivationAlertConfiguration
- redundantAssignmentAlertConfiguration
- rolesAssignedOutsidePrivilegedIdentityManagementAlertConfiguration
- sequentialActivationRenewalsAlertConfiguration
- staleSignInAlertConfiguration
- tooManyGlobalAdminsAssignedToTenantAlertConfiguration
エンティティ から継承します。
PIM API を使用した Microsoft Entra ロールのセキュリティ アラートの操作の詳細については、「 Microsoft Graph の PIM API を使用して Microsoft Entra ロールのセキュリティ アラートを管理する」を参照してください。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | unifiedRoleManagementAlertConfiguration コレクション | unifiedRoleManagementAlertConfiguration オブジェクトとそのプロパティの一覧を取得します。 |
Get | unifiedRoleManagementAlertConfiguration | unifiedRoleManagementAlertConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | unifiedRoleManagementAlertConfiguration | unifiedRoleManagementAlertConfiguration オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
alertDefinitionId | String | アラート定義の識別子。
$filter (eq 、ne ) をサポートします。 |
id | String | アラート構成の識別子。 エンティティから継承 されます。 |
isEnabled | ブール値 |
true アラートが有効になっている場合。
false に設定すると、PIM がテナントをスキャンしてアラートをトリガーするインスタンスを識別できなくなります。 |
scopeId | String | アラートが関連付けられているスコープの識別子。 テナント スコープを表すには、 / のみがサポートされています。
$filter (eq 、ne ) をサポートします。 |
scopeType | String | アラートが作成されるスコープの種類。
DirectoryRole は、Microsoft Entra ロールで現在サポートされている唯一のスコープの種類です。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
alertDefinition | unifiedRoleManagementAlertDefinition | アラートを軽減または防止するための説明、影響、対策を含むアラートの定義。
$expand をサポートします。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementAlertConfiguration",
"id": "String (identifier)",
"alertDefinitionId": "String",
"scopeType": "String",
"scopeId": "String",
"isEnabled": "Boolean"
}