Skip to main content

spo brandcenter settings list

Lists the brand center configuration

Usage

m365 spo brandcenter settings 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, permissions, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Permissions

ResourcePermissions
SharePointAllSites.Read

Examples

List all brand center config

m365 spo brandcenter settings list

Response

{
"BrandColorsListId": "00000000-0000-0000-0000-000000000000",
"BrandColorsListUrl": {
"DecodedUrl": "https://contoso.sharepoint.com/sites/BrandGuide/_catalogs/brandcolors"
},
"BrandFontLibraryId": "23af51de-856c-4d00-aa11-0d03af0e46e3",
"BrandFontLibraryUrl": {
"DecodedUrl": "https://contoso.sharepoint.com/sites/BrandGuide/Fonts"
},
"IsBrandCenterSiteFeatureEnabled": true,
"IsPublicCdnEnabled": true,
"OrgAssets": {
"CentralAssetRepositoryLibraries": null,
"Domain": {
"DecodedUrl": "https://contoso.sharepoint.com"
},
"OrgAssetsLibraries": {
"OrgAssetsLibraries": [
{
"DisplayName": "Fonts",
"FileType": "",
"LibraryUrl": {
"DecodedUrl": "sites/BrandGuide/Fonts"
},
"ListId": "23af51de-856c-4d00-aa11-0d03af0e46e3",
"OrgAssetFlags": 0,
"OrgAssetType": 8,
"ThumbnailUrl": null,
"UniqueId": "00000000-0000-0000-0000-000000000000"
}
],
"Items": [
{
"DisplayName": "Fonts",
"FileType": "",
"LibraryUrl": {
"DecodedUrl": "sites/BrandGuide/Fonts"
},
"ListId": "23af51de-856c-4d00-aa11-0d03af0e46e3",
"OrgAssetFlags": 0,
"OrgAssetType": 8,
"ThumbnailUrl": null,
"UniqueId": "00000000-0000-0000-0000-000000000000"
}
]
},
"SiteId": "52b46e48-9c0c-40cb-a955-13eb6c717ff3",
"Url": {
"DecodedUrl": "/sites/BrandGuide"
},
"WebId": "206988d5-e133-4a24-819d-24101f3407ce"
},
"SiteId": "52b46e48-9c0c-40cb-a955-13eb6c717ff3",
"SiteUrl": "https://contoso.sharepoint.com/sites/BrandGuide"
}