Package com.ibm.cloud.cloudant.v1.model
Class PutCloudantSecurityConfigurationOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PutCloudantSecurityConfigurationOptions
- All Implemented Interfaces:
ObjectModel
The putCloudantSecurityConfiguration options.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a PutCloudantSecurityConfigurationOptions builder
-
db
Gets the db. Path parameter to specify the database name.- Returns:
- the db
-
cloudant
Gets the cloudant. Database permissions for Cloudant users and/or API keys.- Returns:
- the cloudant
-
admins
Gets the admins. Schema for names and roles to map to a database permission.- Returns:
- the admins
-
members
Gets the members. Schema for names and roles to map to a database permission.- Returns:
- the members
-
couchdbAuthOnly
Gets the couchdbAuthOnly. Manage permissions using the `_users` database only.- Returns:
- the couchdbAuthOnly
-