Package | Description |
---|---|
com.oracle.bmc.generativeaiagent.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
HttpEndpointAuthConfig |
HttpEndpointToolConfig.getHttpEndpointAuthConfig() |
Modifier and Type | Method and Description |
---|---|
HttpEndpointToolConfig.Builder |
HttpEndpointToolConfig.Builder.httpEndpointAuthConfig(HttpEndpointAuthConfig httpEndpointAuthConfig) |
Constructor and Description |
---|
HttpEndpointToolConfig(ApiSchemaInputLocation apiSchema,
String subnetId,
HttpEndpointAuthConfig httpEndpointAuthConfig)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.