SHOW OBJECTS OWNED BY APPLICATION¶
Lists the objects owned by an app that exists outside the app.
- See also:
Syntax¶
Parameters¶
app_nameThe name of the app whose objects you want to list.
Access control requirements¶
| Privilege | Object | Notes |
|---|---|---|
| OWNERSHIP or MANAGE GRANTS | App | One of these privileges is required to view the objects owned by the app. |
Output¶
| Column | Description |
|---|---|
created_on | The timestamp when the object was created. |
name | The name of the object owned by the app |
type | The type of object, for example COMPUTE_POOL. |