OAuthConsentRequestOutputItem(String, String, String) Constructor

Definition

Initializes a new instance of OAuthConsentRequestOutputItem.

public OAuthConsentRequestOutputItem(string id, string consentLink, string serverLabel);
new Azure.AI.AgentServer.Responses.Models.OAuthConsentRequestOutputItem : string * string * string -> Azure.AI.AgentServer.Responses.Models.OAuthConsentRequestOutputItem
Public Sub New (id As String, consentLink As String, serverLabel As String)

Parameters

id
String
consentLink
String

The link the user can use to perform OAuth consent.

serverLabel
String

The server label for the OAuth consent request.

Exceptions

id, consentLink or serverLabel is null.

Applies to