registrationEnforcement リソースの種類
名前空間: microsoft.graph
サインイン時に登録を適用します。 これは現在、 authenticationMethodsRegistrationCampaign
を使用してターゲット認証方法 (Microsoft Authenticator など) を設定するようにユーザーに通知するためにのみ使用できます。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
authenticationMethodsRegistrationCampaign | authenticationMethodsRegistrationCampaign | キャンペーンを実行して、ターゲット認証方法を設定するようにユーザーに通知します。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.registrationEnforcement",
"authenticationMethodsRegistrationCampaign": {
"@odata.type": "microsoft.graph.authenticationMethodsRegistrationCampaign"
}
}