Add a share permission to a filter. Identify the share permission by type and value parameters. Supported types are anyone (or global), any (or loggedin), user, group, project and projectRole. Use anyone or global type for all (including anonymous) users. Use any or loggedin type for all authenticated users. Alternatively, specify one of the project, role, group, or userId parameters to add their respective type (project, projectRole, group, or user) without specify type. Note that user type is only supported for editors. Use permission parameter to specify view or edit permission. The default permission value is view. View permission is automatically granted if edit permission type is granted. For anyone (or global) and any (or loggedin) types, they can only have view permission and they cannot coexist with other permission types.