Share via


voiceAuthenticationMethodConfiguration リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

音声呼び出し認証方法ポリシーを表します。 認証方法ポリシーでは、構成設定と、認証方法を使用するために有効になっているユーザーまたはグループを定義します。

authenticationMethodConfiguration から継承します。

メソッド

メソッド 戻り値の種類 説明
voiceAuthenticationMethodConfiguration を取得する voiceAuthenticationMethodConfiguration voiceAuthenticationMethodConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
voiceAuthenticationMethodConfiguration を更新する なし voiceAuthenticationMethodConfiguration オブジェクトのプロパティを更新します。
voiceAuthenticationMethodConfiguration を削除する なし voiceAuthenticationMethodConfiguration オブジェクトを既定の構成に戻します。

プロパティ

プロパティ 説明
excludeTargets excludeTarget コレクション ポリシーから除外されるユーザーのグループ。
id String 認証方法ポリシー識別子。
isOfficePhoneAllowed ブール型 true ユーザーがオフィス電話を登録できる場合は 。それ以外の場合は false
state authenticationMethodState ユーザーがこの認証方法を登録できるかどうかを表します。 使用可能な値は、 enableddisabledです。

リレーションシップ

リレーションシップ 説明
includeTargets voiceAuthenticationMethodTarget コレクション 認証方法の使用が有効になっているグループのコレクション。 既定で展開されます。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.voiceAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String",
  "excludeTargets": [
    {
      "@odata.type": "microsoft.graph.excludeTarget"
    }
  ],
  "isOfficePhoneAllowed": "Boolean"
}