Uses of Class
com.oracle.bmc.generativeaiagent.model.HttpEndpointAuthConfig
-
Packages that use HttpEndpointAuthConfig Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of HttpEndpointAuthConfig in com.oracle.bmc.generativeaiagent.model
Subclasses of HttpEndpointAuthConfig in com.oracle.bmc.generativeaiagent.model Modifier and Type Class Description classHttpEndpointDelegatedBearerAuthConfigSpecifies Bearer Token Authentication, where the same Bearer token received as part of the Agent Chat API request is used to invoke the external endpoint.classHttpEndpointIdcsAuthConfigSpecifies authentication using Oracle Identity Cloud Service (IDCS), leveraging OAuth 2.0 for token-based authentication.classHttpEndpointNoAuthConfigIndicates that no authentication is required for invoking the endpoint.classHttpEndpointOciResourcePrincipalAuthConfigSpecifies authentication using Oracle Cloud Infrastructure (OCI) Resource Principal, leveraging OCI’s identity-based authentication mechanism.Methods in com.oracle.bmc.generativeaiagent.model that return HttpEndpointAuthConfig Modifier and Type Method Description HttpEndpointAuthConfigHttpEndpointToolConfig. getHttpEndpointAuthConfig()Methods in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointAuthConfig Modifier and Type Method Description HttpEndpointToolConfig.BuilderHttpEndpointToolConfig.Builder. httpEndpointAuthConfig(HttpEndpointAuthConfig httpEndpointAuthConfig)Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointAuthConfig Constructor Description HttpEndpointToolConfig(ApiSchemaInputLocation apiSchema, String subnetId, HttpEndpointAuthConfig httpEndpointAuthConfig)Deprecated.
-