onTokenIssuanceStartCustomExtension リソースの種類
名前空間: microsoft.graph
トークンがアプリケーションに発行されるときにイベントを処理するときに呼び出すカスタム拡張機能。
customAuthenticationExtension から継承します。
メソッド
なし。
このリソースの種類を管理するための API 操作の一覧については、 customAuthenticationExtension リソースの種類に関するページを参照してください。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
authenticationConfiguration | customExtensionAuthenticationConfiguration | このカスタム認証拡張機能の認証構成。 customCalloutExtension から継承されます。 |
claimsForTokenConfiguration | onTokenIssuanceStartReturnClaim コレクション | このカスタム認証拡張機能によって呼び出された API によって返される要求のコレクション。 Microsoft Entra 管理センターで要求マッピング エクスペリエンスを設定するために使用されます。 省略可能。 |
clientConfiguration | customExtensionClientConfiguration | カスタム認証拡張機能の接続設定。 customCalloutExtension から継承されます。 |
説明 | String | カスタム認証拡張機能の説明。 customCalloutExtension から継承されます。 |
displayName | String | カスタム認証拡張機能の表示名。 customCalloutExtension から継承されます。 |
endpointConfiguration | customExtensionEndpointConfiguration | カスタム認証拡張機能が呼び出す API エンドポイントの構成。 customCalloutExtension から継承されます。 |
id | String | onTokenIssuanceStartCustomExtension の識別子。 エンティティから継承 されます。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.onTokenIssuanceStartCustomExtension",
"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"
},
"claimsForTokenConfiguration": [
{
"@odata.type": "microsoft.graph.onTokenIssuanceStartReturnClaim"
}
]
}