We need to update python library for ArcGIS API to support properties for each layer in the Table of Contents. For example, I want to set a display field to a common field for every layer within the Table of Contents within the ArcGIS Pro Map. if I have a variable that looks at listLayers called lyr. We should be able to get to the properties of each item for that layer and update the values. lyr.Properties.Display.DisplayField('uid') or lyr.Properties.Display.Scalesymbols('True')