名前空間: microsoft.graph
アプリケーション管理ポリシーの制限から特定のアクター (ユーザーまたはサービス プリンシパル) を除外するカスタム セキュリティ属性条件のコレクションを表します。 このオブジェクトは、次のリソースの excludedActors プロパティで構成されます。
注:
コレクション内の定義済みのカスタム セキュリティ属性のいずれかに一致する属性を持つアクターは除外されます。 この除外のコレクションは、5 つの属性に制限されています。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| customSecurityAttributes | customSecurityAttributeExemption コレクション | ポリシーの適用から除外する customSecurityAttributeExemption のコレクション。 制限は 5 です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.appManagementPolicyActorExemptions",
"customSecurityAttributes": [
{
"@odata.type": "#microsoft.graph.customSecurityAttributeExemption"
}
]
}