spe containertype list
Lists all Container Types
Usage
m365 spe containertype list [options]
Options
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Examples
Retrieves a list of Container Types created for a SharePoint Embedded Application from the tenant.
m365 spe containertype list
Response
- JSON
- Text
- CSV
- Markdown
[
{
"_ObjectType_": "Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties",
"ApplicationRedirectUrl": null,
"AzureSubscriptionId": "/Guid(00000000-0000-0000-0000-000000000000)/",
"ContainerTypeId": "/Guid(073269af-f1d2-042d-2ef5-5bdd6ac83115)/",
"CreationDate": null,
"DisplayName": "test1",
"ExpiryDate": null,
"IsBillingProfileRequired": true,
"OwningAppId": "/Guid(df4085cc-9a38-4255-badc-5c5225610475)/",
"OwningTenantId": "/Guid(00000000-0000-0000-0000-000000000000)/",
"Region": null,
"ResourceGroup": null,
"SPContainerTypeBillingClassification": 0
}
]
ContainerTypeId DisplayName OwningAppId
-------------------------------------------- --------------------------------------------- --------------------------------------------
/Guid(073269af-f1d2-042d-2ef5-5bdd6ac83115)/ test1 /Guid(df4085cc-9a38-4255-badc-5c5225610475)/
_ObjectType_,ApplicationRedirectUrl,AzureSubscriptionId,ContainerTypeId,CreationDate,DisplayName,ExpiryDate,IsBillingProfileRequired,OwningAppId,OwningTenantId,Region,ResourceGroup,SPContainerTypeBillingClassification
Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties,,/Guid(00000000-0000-0000-0000-000000000000)/,/Guid(073269af-f1d2-042d-2ef5-5bdd6ac83115)/,,test1,,1,/Guid(df4085cc-9a38-4255-badc-5c5225610475)/,/Guid(00000000-0000-0000-0000-000000000000)/,,,0
# spe containertype list
Date: 5/11/2024
## test1
Property | Value
---------|-------
\_ObjectType\_ | Microsoft.Online.SharePoint.TenantAdministration.SPContainerTypeProperties
AzureSubscriptionId | /Guid(00000000-0000-0000-0000-000000000000)/
ContainerTypeId | /Guid(073269af-f1d2-042d-2ef5-5bdd6ac83115)/
DisplayName | test1
IsBillingProfileRequired | true
OwningAppId | /Guid(df4085cc-9a38-4255-badc-5c5225610475)/
OwningTenantId | /Guid(00000000-0000-0000-0000-000000000000)/
SPContainerTypeBillingClassification | 0
More information
In SharePoint Embedded, all files and documents are stored in Containers, and each Container is identified by a Container Type.
Container Type is a property stamped on every Container instance. Each Container Type is owned by one Application, and each Application can own only one Container Type.
The primary function of a Container Type is to manage the application workload that can access the Containers. Container Type defines the access permissions an Application has towards all Containers of that type, including create, read, write, delete containers; manage container permissions, etc.
More information about SharePoint Embedded and the limits can be found at the following location: SharePoint Embedded