AllManagedFolders
Returns information for managed folders in a bucket. Managed folders allow granular IAM access control within a bucket. Requires hierarchical namespace to be enabled on the bucket.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
The ID of the managed folder (bucket name + managed folder path). | |
| Name | String | False |
The name of the managed folder, expressed as a path (e.g., example-dir/ or example-dir/subdir/). | |
| Bucket | String | False |
The name of the bucket containing this managed folder. | |
| CreateTime | Datetime | True |
The creation time of the managed folder in RFC 3339 format. | |
| UpdateTime | Datetime | True |
The time at which the managed folder's metadata or IAM policy was last updated in RFC 3339 format. | |
| MetaGeneration | Long | True |
The metadata generation of the managed folder. |