extensionAlternateVersionsArray.hide.storeOfficeAddin object
Specifies a Microsoft 365 Add-in available in Microsoft AppSource.
Properties that reference this object type:
Syntax
Properties
officeAddinId
Specifies the ID of the in-market add-in to hide. The GUID is taken from the app manifest id
property if the in-market add-in uses the JSON app manifest. The GUID is taken from the <Id>
element if the in-market add-in uses the XML app manifest.
Type
string
Required
✅
Constraints
Maximum string length: 64.
Supported values
assetId
Specifies the AppSource asset ID of the in-market add-in to hide.
Type
string
Required
✅
Constraints
Maximum string length: 64.
Supported values
Examples
{
"hide": {
"storeOfficeAddin": {
"officeAddinId": "00000000-0000-0000-0000-000000000000",
"assetId": "WA000000000"
}
}
}