Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the settings associated with a fileStorageContainerType.
Note
Some values are used when a fileStorageContainer is created but aren't affected if the settings are modified afterwards. For example, maxStoragePerContainerInBytes.
Properties
| Property | Type | Description |
|---|---|---|
| consumingTenantOverridables | fileStorageContainerTypeSettingsOverride | 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. |
| urlTemplate | String | Pattern used to redirect files. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.fileStorageContainerTypeSettings",
"consumingTenantOverridables": "fileStorageContainerTypeSettingsOverride",
"isDiscoverabilityEnabled": "Boolean",
"isItemVersioningEnabled": "Boolean",
"isSearchEnabled": "Boolean",
"isSharingRestricted": "Boolean",
"itemMajorVersionLimit": "Int64",
"maxStoragePerContainerInBytes": "Int64",
"sharingCapability": "String",
"urlTemplate": "String"
}