Configures how to hide an in-market add-in that isn't distributed through 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
Examples
{
  "storeOfficeAddin": {
    "officeAddinId": "00000000-0000-0000-0000-000000000000"
  }
}