Will do, just looking for how to work with it... I don't see the "personalization" attribute as valid in the manifest (trying to place following the "cardSize" property) and unsure what value to set it to ("allow" for example?).
I also tried looking for other Dashboard components to see if I could reverse engineer this by trying to find them from the /_api/web/GetClientSideWebParts endpoint, however, I don't see any ACE components in there, only WebPart and Library components.
Invoke-PnPSPRestMethod -Url "/_api/web/GetClientSideComponentsByComponentType(componentTypesString='7',supportedHostTypeValue=3,%20includeManifestActivatedTime=true)" -Method GET
Comments
Invoke-PnPSPRestMethod -Url "/_api/web/GetClientSideComponentsByComponentType(componentTypesString='7',supportedHostTypeValue=3,%20includeManifestActivatedTime=true)" -Method GET
It wants:
personalization: "Allow"
Like the good ole days with decompilers 😉