use displayname of permissions role in steps

Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
This commit is contained in:
prashant-gurung899
2025-01-10 12:20:47 +05:45
parent fdde88b46f
commit e02171d8be
40 changed files with 487 additions and 475 deletions

View File

@@ -46,6 +46,15 @@ class GraphHelper {
'Denied' => '63e64e19-8d43-42ec-a738-2b6af2610efa',
];
public const SHARING_LINK_TYPE_MAPPINGS = [
'View' => 'view',
'Internal' => 'internal',
'Edit' => 'edit',
'Upload' => 'upload',
'File Drop' => 'createOnly',
'Secure View' => 'blocksDownload',
];
public const SHARES_SPACE_ID = 'a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668';
/**