Interface PutCloudantSecurityConfigurationParams

Parameters for the putCloudantSecurityConfiguration operation.

interface PutCloudantSecurityConfigurationParams {
    admins?: CloudantV1.SecurityObject;
    cloudant: JsonObject;
    couchdbAuthOnly?: boolean;
    db: string;
    headers?: OutgoingHttpHeaders;
    members?: CloudantV1.SecurityObject;
}

Properties

Schema for names and roles to map to a database permission.

cloudant: JsonObject

Database permissions for Cloudant users and/or API keys.

couchdbAuthOnly?: boolean

Manage permissions using the _users database only.

db: string

Path parameter to specify the database name.

headers?: OutgoingHttpHeaders

Schema for names and roles to map to a database permission.