microsoftAuthenticatorAuthenticationMethodConfiguration リソースの種類
名前空間: microsoft.graph
Microsoft Authenticator 認証方法ポリシーを表します。 認証方法ポリシーでは、構成設定と、認証方法を使用するために有効になっているユーザーまたはグループを定義します。
authenticationMethodConfiguration から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
Get | microsoftAuthenticatorAuthenticationMethodConfiguration | microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | microsoftAuthenticatorAuthenticationMethodConfiguration | microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトのプロパティを更新します。 |
Delete | なし | microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトを既定の構成に戻します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
excludeTargets | excludeTarget コレクション | ポリシーから除外されるユーザーのグループ。 |
id | String | 認証方法ポリシー識別子。 |
featureSettings | microsoftAuthenticatorFeatureSettings | アプリケーション コンテキストや場所コンテキストなどの Microsoft Authenticator 設定のコレクション。また、すべてのユーザーまたは特定のユーザーに対してのみ有効になっているかどうか。 |
state | authenticationMethodState | 可能な値: enabled 、disabled 。 |
関係
リレーションシップ | 型 | 説明 |
---|---|---|
includeTargets | microsoftAuthenticatorAuthenticationMethodTarget コレクション | 認証方法の使用が有効になっているグループのコレクション。 既定で展開されます。 |
次の JSON 表現は、リソースの種類を示しています。 リソースの JSON 表記を次に示します。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
],
"featureSettings": {
"@odata.type": "microsoft.graph.microsoftAuthenticatorFeatureSettings"
}
}