resource(value: string | string[]): Access {
        this._.resource = value;
        return this;
    }