Parameters for the getSecurity operation.

interface GetSecurityParams {
    db: string;
    headers?: OutgoingHttpHeaders;
}

Properties

Properties

db: string

Path parameter to specify the database name.

headers?: OutgoingHttpHeaders

Generated using TypeDoc