Short version: Can anyone tell me how to access an ArcGIS Pro map's metadata (summary, description, tags, use limitations, and credits) via code? I'd like to use ArcPy, but I'd consider any other means (Pro SDK?). The map object's documentation doesn't show any methods or properties for these.

...........................
Long version (with context, since there may be another solution):
I am trying to automate publishing an ArcGIS Pro map to a Portal hosted feature layer. The destination is my organization's ArcGIS Online account for now, but will eventually include our own Portal, once we upgrade to the newest version. The 3-step process in ArcPy of creating a .sddraft file, staging that to a .sd file, and then uploading it to my portal works pretty well, but I'm hitting a snag.
When I publish manually in Pro, the hosted feature layer in Portal has the map's summary, description, use limitations, tags, and credits. When I publish with ArcPy, only the tags come through, and the summary, description, use limitations, and credits are all blank! Is this a bug? Is there some setting to copy these over?
I can set all of these properties in my sharing draft, but my code doesn't know what values to put in there. How can I access those values to set them in the sharing draft object?