You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
-**group** (String) The name of the group to grant privileges on. Either `group` or `user` parameter must be set.
59
+
-**group** (String) The name of the group to grant privileges on. Either `group` or `user` parameter must be set. Settings the group name to `public` will result in a `GRANT ... TO PUBLIC` statement.
52
60
-**id** (String) The ID of this resource.
53
61
-**objects** (Set of String) The objects upon which to grant the privileges. An empty list (the default) means to grant permissions on all objects of the specified type. Ignored when `object_type` is one of (`database`, `schema`).
54
62
-**schema** (String) The database schema to grant privileges on.
Description: "The name of the group to grant privileges on. Either `group` or `user` parameter must be set.",
71
+
Description: "The name of the group to grant privileges on. Either `group` or `user` parameter must be set. Settings the group name to `public` will result in a `GRANT ... TO PUBLIC` statement.",
0 commit comments