FolderWriteableResponse
Properties
Name |
Type |
Description |
Notes |
id |
str |
A unique identifier for this Folder |
[optional] |
name |
str |
The name of this Folder |
[optional] |
volume_id |
str |
The unique identifier for this Folder's Volume |
[optional] |
parent_folder_id |
str |
The unique identifier for this folder's parent folder |
[optional] |
volume_name |
str |
The name of this Folder's Volume |
[optional] |
tenant_id |
str |
The unique identifier for this Folders's Tenant |
[optional] |
sub_tenant_id |
str |
The unique identifier for this Folder's Sub Tenant |
[optional] |
urn |
str |
The Universal Resource Name, unique to this Folder |
[optional] |
path |
str |
The (GDS) folder path to this Folder |
[optional] |
acl |
list[str] |
The list of directly specified Id(s) that have access to this Folder |
[optional] |
inherited_acl |
list[str] |
The inherited list of Id(s) that have access to this Folder |
[optional] |
time_created |
datetime |
The date & time this Folder was created, in GDS |
[optional] |
created_by |
str |
The creator of this Folder |
[optional] |
time_modified |
datetime |
The date & time this Folder was updated, in GDS |
[optional] |
modified_by |
str |
The updator of this Folder |
[optional] |
metadata |
object |
Metadata about this folder |
[optional] |
volume_metadata |
object |
Metadata about this folder's volume |
[optional] |
job_status |
JobStatus |
|
[optional] |
job_id |
str |
The job identifier for the current folder operation. Currently only being used for the delete folder operation. |
[optional] |
archive_job_storage_tier |
StorageTier |
|
[optional] |
migration_status |
str |
Status of the root folder migration status from v1 to v2 |
[optional] |
active_job_ids |
list[str] |
List of Jobs in Pending and In Progress status |
[optional] |
copy_job_id |
str |
Job that copied the folder |
[optional] |
object_store_access |
ObjectStoreAccess |
|
[optional] |
[Back to Model list] [Back to API list] [Back to README]