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 class
HttpEndpointDelegatedBearerAuthConfig
Specifies Bearer Token Authentication, where the same Bearer token received as part of the Agent Chat API request is used to invoke the external endpoint.class
HttpEndpointIdcsAuthConfig
Specifies authentication using Oracle Identity Cloud Service (IDCS), leveraging OAuth 2.0 for token-based authentication.class
HttpEndpointNoAuthConfig
Indicates that no authentication is required for invoking the endpoint.class
HttpEndpointOciResourcePrincipalAuthConfig
Specifies 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 HttpEndpointAuthConfig
HttpEndpointToolConfig. getHttpEndpointAuthConfig()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type HttpEndpointAuthConfig Modifier and Type Method Description HttpEndpointToolConfig.Builder
HttpEndpointToolConfig.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.
-