unifiedRoleManagementPolicyAuthenticationContextRule リソースの種類

名前空間: microsoft.graph

ロール管理ポリシーに関連付けられている条件付きアクセス ポリシーの認証コンテキスト 規則を定義する unifiedRoleManagementPolicyRule リソース型から派生した型。

メソッド

なし。

プロパティ

プロパティ 説明
claimValue String 認証コンテキスト要求の値。
id String ルールの識別子。 エンティティから継承 されます。
isEnabled ブール値 このルールが有効かどうかを判断します。
target unifiedRoleManagementPolicyRuleTarget 有効化ルールが対象とするスコープの詳細を定義します。 詳細には、プリンシパルの種類、ロールの割り当ての種類、ロールに影響を与えるアクションが含まれます。 unifiedRoleManagementPolicyRule から継承されます。 $filter (eqne) をサポートします。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
  },
  "isEnabled": "Boolean",
  "claimValue": "String"
}