Partager via


OpenApiFunctionDefinition.Auth Property

Definition

Open API authentication details Please note OpenApiAuthDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include OpenApiAnonymousAuthDetails, OpenApiConnectionAuthDetails and OpenApiManagedAuthDetails.

public Azure.AI.Projects.OpenApiAuthDetails Auth { get; set; }
member this.Auth : Azure.AI.Projects.OpenApiAuthDetails with get, set
Public Property Auth As OpenApiAuthDetails

Property Value

Applies to