Uses of Class
com.oracle.bmc.generativeaiagent.model.SecretDetail
-
Packages that use SecretDetail Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of SecretDetail in com.oracle.bmc.generativeaiagent.model
Subclasses of SecretDetail in com.oracle.bmc.generativeaiagent.model Modifier and Type Class Description class
BasicAuthSecret
The details of Basic authentication configured as in OpenSearch.class
IdcsSecret
The details of IDCS configured as OpenID setting in OpenSearch.Methods in com.oracle.bmc.generativeaiagent.model that return SecretDetail Modifier and Type Method Description SecretDetail
OciOpenSearchIndexConfig. getSecretDetail()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type SecretDetail Modifier and Type Method Description OciOpenSearchIndexConfig.Builder
OciOpenSearchIndexConfig.Builder. secretDetail(SecretDetail secretDetail)
Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type SecretDetail Constructor Description OciOpenSearchIndexConfig(String clusterId, SecretDetail secretDetail, List<Index> indexes)
Deprecated.
-