Allows the application to manage 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.Manage.All permission.
If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant
Category
Application
Delegated
Identifier
-
c319a7df-930e-44c0-a43b-7e5e9c7f4f24
DisplayText
-
Manage file storage container type registrations on behalf of the signed in user
Description
-
Allows the application to manage file storage container type registrations on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin.
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.
The billing type. The possible values are: standard, trial, directToCustomer, unknownFutureValue. The default value is standard.
billingStatus
fileStorageContainerBillingStatus
The billing status. Valid when the billing is set up or with trial fileStorageContainerType objects that don't require billing. The possible values are: invalid, valid, unknownFutureValue.
createdDateTime
DateTimeOffset
The creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
etag
String
Used in update scenarios for optimistic concurrency control. Read-only.
expirationDateTime
DateTimeOffset
The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
id
String
The unique identifier of the fileStorageContainerType object. Read-only.
name
String
The name of the fileStorageContainerType.
owningAppId
Guid
ID of the application that owns the fileStorageContainerType.
The billing type. The possible values are: standard, trial, directToCustomer, unknownFutureValue. The default value is standard.
billingStatus
fileStorageContainerBillingStatus
The billing status. Valid when the billing is set up or with trial fileStorageContainerType objects that don't require billing. The possible values are: invalid, valid, unknownFutureValue.
etag
String
Used in update scenarios for optimistic concurrency control. Read-only.
expirationDateTime
DateTimeOffset
The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
id
String
The unique identifier of the fileStorageContainerTypeRegistration object. Read-only.
name
String
The name of the fileStorageContainerTypeRegistration. Read-only.
owningAppId
Guid
ID of the application that owns the fileStorageContainerType. Read-only.
registeredDateTime
DateTimeOffset
The registration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365.
isItemVersioningEnabled
Boolean
Indicates whether item versioning is enabled.
isSearchEnabled
Boolean
Indicates whether search is enabled.
isSharingRestricted
Boolean
Only the manager and owner can share files in the container if restricted sharing is enabled.
itemMajorVersionLimit
Int64
Maximum number of versions. Versioning must be enabled ("isItemVersioningEnabled"=true).
maxStoragePerContainerInBytes
Int64
Controls maximum storage in bytes.
sharingCapability
sharingCapabilities
Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated.
A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue.
isDiscoverabilityEnabled
Boolean
Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365.
isItemVersioningEnabled
Boolean
Indicates whether item versioning is enabled.
isSearchEnabled
Boolean
Indicates whether search is enabled.
isSharingRestricted
Boolean
Only the manager and owner can share files in the container if restricted sharing is enabled.
itemMajorVersionLimit
Int64
Maximum number of versions. Versioning must be enabled ("isItemVersioningEnabled"=true).
maxStoragePerContainerInBytes
Int64
Controls maximum storage in bytes.
sharingCapability
sharingCapabilities
Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue.