Share via


customAuthenticationExtension リソースの種類

名前空間: microsoft.graph

カスタム認証拡張機能は、ユーザー認証セッション中に外部システムとの対話を定義します。 これは、次の型が派生する抽象型です。

customCalloutExtension から継承します。

カスタム要求プロバイダー トークン発行イベントを構成するときにこの API を使用する方法について説明します。

メソッド

メソッド 戻り値の種類 説明
List customAuthenticationExtension コレクション customAuthenticationExtension から派生したオブジェクト型の一覧を取得します。
Create customAuthenticationExtension customAuthenticationExtension から派生した新しいオブジェクト型をCreateします。
Get customAuthenticationExtension customAuthenticationExtension から派生したオブジェクト型のプロパティとリレーションシップを読み取ります。
Update なし customAuthenticationExtension から派生したオブジェクト型のプロパティを更新します。
Delete なし customAuthenticationExtension から派生したオブジェクト型を削除します。
認証構成を検証する authenticationConfigurationValidation customAuthenticationExtension オブジェクトのエンドポイントと認証構成の有効性を確認します。

プロパティ

プロパティ 説明
authenticationConfiguration customExtensionAuthenticationConfiguration customAuthenticationExtension の認証構成。 customCalloutExtension から継承されます。
clientConfiguration customExtensionClientConfiguration customAuthenticationExtension の接続設定。 customCalloutExtension から継承されます。
説明 String customAuthenticationExtension の説明。 customCalloutExtension から継承されます。
displayName String customAuthenticationExtension の表示名。 customCalloutExtension から継承されます。
endpointConfiguration customExtensionEndpointConfiguration このカスタム拡張機能が呼び出す HTTP エンドポイント。 customCalloutExtension から継承されます。
id String customAuthenticationExtension の識別子。 エンティティから継承 されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.customAuthenticationExtension",
  "id": "String (identifier)",
  "authenticationConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionAuthenticationConfiguration"
  },
  "clientConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionClientConfiguration"
  },
  "description": "String",
  "displayName": "String",
  "endpointConfiguration": {
    "@odata.type": "microsoft.graph.customExtensionEndpointConfiguration"
  }
}