@labkey/api
    Preparing search index...

    Interface GetSchemaPermissionsOptions

    interface GetSchemaPermissionsOptions {
        containerPath?: string;
        failure?: RequestFailure<any>;
        schemaName: "study";
        scope?: any;
        success?: RequestSuccess<SchemaPermissionsResponse>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    containerPath?: string

    An alternate container path to get permissions from. If not specified, the current container path will be used.

    failure?: RequestFailure<any>

    This will be called upon failure to complete a request.

    schemaName: "study"

    Name of the schema to retrieve information on. Currently only works for "study".

    scope?: any

    A scoping object for the success and failure callback functions (default to this).

    This will be called upon successfully completing a request.