FileStorageContainerTypeReg.Selected
Allows the application to manage selected file storage container type registrations on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
FileStorageContainerTypeReg.Selectedpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | 2dcc6599-bd30-442b-8f11-90f88ad441dc | d1e4f63a-1569-475c-b9b2-bdc140405e38 |
| DisplayText | Access selected file storage container type registrations | Access selected file storage container type registrations. |
| Description | Allows the application to manage file storage container type registrations without a signed-in user. | Allows the application to manage selected file storage container type registrations on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin. |
| AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods | |
|---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- fileStorageContainer
- fileStorageContainerType
- fileStorageContainerTypeAppPermissionGrant
- fileStorageContainerTypeRegistration
- fileStorageContainerTypeRegistrationSettings
- fileStorageContainerTypeSettings
Graph reference: fileStorageContainer
| Property | Type | Description |
|---|---|---|
| assignedSensitivityLabel | assignedLabel | Sensitivity label assigned to the fileStorageContainer. Read-write. |
| 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. |
| customProperties | fileStorageContainerCustomPropertyDictionary | 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. |
| lockState | siteLockState | Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only. |
| settings | fileStorageContainerSettings | Settings associated with a fileStorageContainer. Read-write. |
| 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. |
| viewpoint | fileStorageContainerViewpoint | Data specific to the current user. Read-only. |