Skip to content

Commit f010b61

Browse files
committed
docs: enhance documentation at readmedoc
Signed-off-by: Otavio Santana <[email protected]>
1 parent 407fb84 commit f010b61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,10 @@ The API offers the `OracleNoSQLConfigurations` class to programmatically set up
11091109

11101110
| `jnosql.oracle.nosql.namespace` | Namespace name in Oracle NoSQL on-premises.
11111111

1112+
| `jnosql.oracle.nosql.profile.name` | Specifies the profile name used to load session token in Oracle NoSQL cloud.
1113+
1114+
| `jnosql.oracle.nosql.config.file` | Specifies the path of configuration file used to load session token in Oracle NoSQL cloud.
1115+
11121116
| `jnosql.oracle.nosql.deployment` | Specifies the deployment type for Oracle NoSQL database. You can choose from the following options:
11131117

11141118
- `ON_PREMISES`: Represents an on-premises deployment where software solutions are deployed and managed within an organization's physical premises or data centers.
@@ -1120,6 +1124,8 @@ The API offers the `OracleNoSQLConfigurations` class to programmatically set up
11201124
- `CLOUD_RESOURCE_PRINCIPAL`: Represents a cloud deployment using resource principal for authentication and authorization.
11211125

11221126
- `CLOUD_INSTANCE_OBO_USER`: Represents a cloud deployment using instance principal for delegation with an OBO token.
1127+
1128+
- `CLOUD_SECURITY_TOKEN`: Represents a "Cloud" deployment using resource principal for delegation with an OBO token.
11231129
|===
11241130

11251131
Below are examples using Oracle NoSQL's Document API and Key-Value API with MicroProfile Config.

0 commit comments

Comments
 (0)