TdxCloudStorageItemPermission Class
Declaration
TdxCloudStorageItemPermission = class(
TObject
)
Remarks
This class has the following members that allow you to:
Obtain a unique identifier of the access permission (ID).
Access the target storage item of the access permission (Owner).
Identify if the permission provides only read-only access (ReadOnly).
Obtain a shared link to the target resource (Link).
Identify if the storage item’s access permission is inherited from a parent folder (InheritedFrom).
Obtain the name of the parent folder where the access permission is defined (InheritedFromName).
Identify the ID and DriveID of the parent folder in Microsoft OneDrive® (InheritedFromID and InheritedFromDriveID).
Obtain the name of the user associated with the access permission (User).
Revoke the access permission (Delete).
A storage item’s Permissions.Items property references a TdxCloudStorageItemPermission object.