authenticationStrengthRoot リソースの種類
名前空間: microsoft.graph
authenticationStrengthRoot リソースは、認証強度オブジェクト モデルのエントリ ポイントです。
なし。
プロパティ | 型 | 説明 |
---|---|---|
authenticationCombinations | authenticationMethodModes コレクション | システム内のすべての有効な認証方法の組み合わせのコレクション。 |
id | String | システムによって生成される識別子。 |
リレーションシップ | 型 | 説明 |
---|---|---|
authenticationMethodModes | authenticationMethodModeDetail コレクション | システム内のすべての有効な認証方法モードの名前と説明。 |
ポリシー | authenticationStrengthPolicy コレクション | 組み込みポリシーとカスタム ポリシーの両方を 含む、このテナントに存在する認証強度ポリシーのコレクション。 |
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.authenticationStrengthRoot",
"id": "String (identifier)",
"authenticationCombinations": [
"String"
]
}