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
|`clusterRef`|`ClusterReference`| Reference to the `ClusterConnection` to use. | Yes | No |
10
-
|`database`|`string`| The database where default privileges apply. | Yes | Yes |
11
-
|`role`|`string`| The role to which default privileges are granted. | Yes | Yes |
12
-
|`owner`|`string`| The role that owns the objects (the creator). Default privileges apply to objects created by this role. | Yes | Yes |
13
-
|`objectType`|`string`| The type of object. | Yes | Yes |
14
-
|`schema`|`string`| The schema where default privileges apply. Required if `objectType` is `sequence` or `table`. Must NOT be set if `objectType` is `schema`. | Conditional| Yes |
15
-
|`privileges`|`array[string]`| List of privileges to grant. | Yes | No |
7
+
| Field | Type | Description | Required | Immutable |
|`clusterRef`|`ClusterReference`| Reference to the `ClusterConnection` to use. | Yes | No |
10
+
|`database`|`string`| The database containing the objects. | Yes | Yes |
11
+
|`role`|`string`| The role to which privileges are granted. | Yes | Yes |
12
+
|`schema`|`string`| The schema containing the objects. Required, unless `objectType` is `database`.| Conditional| Yes |
13
+
|`objectType`|`string`| The type of object. | Yes | Yes|
14
+
|`objects`|`array[string]`| List of object names. If empty, all objects of this `objectType` will be granted. Required, unless`objectType` is `database`or `schema`. | Conditional |No |
15
+
|`privileges`|`array[string]`| List of privileges to grant. | Yes | No |
0 commit comments