customAuthenticationExtension リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
カスタム認証拡張機能は、ユーザー認証セッション中に外部システムとの対話を定義します。 これは、次の型が派生する抽象型です。
- onTokenIssuanceStartCustomExtension リソースの 種類。
- onAttributeCollectionStartCustomExtension リソースの 種類。
- onAttributeCollectionSubmitCustomExtension リソースの 種類。
customCalloutExtension から継承します。
カスタム要求プロバイダー トークン発行イベント (プレビュー) を構成するときに、この API を使用する方法について説明します。
注:
最大 100 個のカスタム拡張機能ポリシーを使用できます。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | customAuthenticationExtension コレクション | customAuthenticationExtension から派生したオブジェクト型の一覧を取得します。 |
Create | customAuthenticationExtension | customAuthenticationExtension から派生した新しいオブジェクト型を作成します。 |
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"
}
}