externalAuthenticationMethodConfiguration リソースの種類

名前空間: microsoft.graph

重要

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

外部認証方法のプロパティと接続情報を指定します。

authenticationMethodConfiguration から継承します。

メソッド

メソッド 戻り値の種類 説明
Get externalAuthenticationMethodConfiguration externalAuthenticationMethodConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
Update externalAuthenticationMethodConfiguration externalAuthenticationMethodConfiguration オブジェクトのプロパティを更新します。
Delete なし externalAuthenticationMethodConfiguration オブジェクトを削除します。

プロパティ

プロパティ 説明
appId String Microsoft Entra ID外部プロバイダーとの統合を表すアプリ登録用の appId
displayName String 外部認証方法の表示名。 この名前は、サインイン中にユーザーに表示されます。
excludeTargets excludeTarget コレクション ポリシーから除外されたユーザーのグループ。 authenticationMethodConfiguration から継承されます。
id String このオブジェクトの一意識別子。 読み取り専用です。 エンティティから継承 されます。
openIdConnectSetting openIdConnectSetting この外部認証方法で使用される ID 接続設定を開きます。
state authenticationMethodState ポリシー内の メソッドの状態。 authenticationMethodConfiguration から継承されます。 使用可能な値は、 enableddisabledです。

リレーションシップ

リレーションシップ 説明
includeTargets authenticationMethodTarget コレクション Microsoft Entra IDの認証方法ポリシーの一部として認証方法を使用できるグループのコレクション。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.externalAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String",
  "excludeTargets": [
    {
      "@odata.type": "microsoft.graph.excludeTarget"
    }
  ],
  "displayName": "String",
  "appId": "String",
  "openIdConnectSetting": {
    "@odata.type": "microsoft.graph.openIdConnectSetting"
  }
}