Represents a location where multiple users or a group of users can store files and access them via an application. All file system objects in a fileStorageContainer are returned as driveItem resources.
Delete custom property from a fileStorageContainer.
Properties
Property
Type
Description
containerTypeId
Guid
Container type ID of the fileStorageContainer. For details about container types, see Container Types. Each container must have only one container type. Read-only.
createdDateTime
DateTimeOffset
Date and time of the fileStorageContainer creation. Read-only.
Custom property collection for the fileStorageContainer. Read-write.
description
String
Provides a user-visible description of the fileStorageContainer. Read-write.
displayName
String
The display name of the fileStorageContainer. Read-write.
id
String
The unique stable identifier of the filerStorageContainer. Read-only.
status
fileStorageContainerStatus
Status of the fileStorageContainer. Containers are created as inactive and require activation. Inactive containers are subjected to automatic deletion in 24 hours. The possible values are: inactive , active . Read-only.
The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write.