Interface PrivilegeOptions

Options when defining a privilege.

interface PrivilegeOptions {
    namespace?: string;
    set?: string;
}

Properties

Properties

namespace?: string

Namespace scope. Apply permission to this null terminated namespace only. If string length is zero, the privilege applies to all namespaces.

set?: string

Set name scope. Apply permission to this null terminated set within namespace only. If string length is zero, the privilege applies to all sets within namespace.

MMNEPVFCICPMFPCPTTAAATR