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