updateAllowedCombinationsResult リソースの種類
名前空間: microsoft.graph
認証強度の allowedCombinations プロパティを更新しようとした結果。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
additionalInformation | String | updateAllowedCombinations アクションが成功または失敗した理由に関する情報。 |
conditionalAccessReferences | String collection | この認証強度を使用する既存の条件付きアクセス ポリシーへの参照。 |
currentCombinations | authenticationMethodModes コレクション | 認証強度によって許可されている現在の認証方法の組み合わせの一覧。 |
previousCombinations | authenticationMethodModes コレクション | updateAllowedCombinations アクションによって更新される前に、認証強度によって許可された以前の認証方法の組み合わせの一覧。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.updateAllowedCombinationsResult",
"previousCombinations": [
"String"
],
"currentCombinations": [
"String"
],
"conditionalAccessReferences": [
"String"
],
"additionalInformation": "String"
}