OAuthConsentRequestResponseItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request from the service for the user to perform OAuth consent.
public class OAuthConsentRequestResponseItem : Azure.AI.Projects.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.OAuthConsentRequestResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.OAuthConsentRequestResponseItem>
type OAuthConsentRequestResponseItem = class
inherit AgentResponseItem
interface IJsonModel<OAuthConsentRequestResponseItem>
interface IPersistableModel<OAuthConsentRequestResponseItem>
Public Class OAuthConsentRequestResponseItem
Inherits AgentResponseItem
Implements IJsonModel(Of OAuthConsentRequestResponseItem), IPersistableModel(Of OAuthConsentRequestResponseItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ConsentLink |
The link the user can use to perform OAuth consent. |
| CreatedBy |
The information about the creator of the item. (Inherited from AgentResponseItem) |
| Id |
Gets the Id. |
| ServerLabel |
The server label for the OAuth consent request. |