Hello,
I am creating a database connection string for an Enterprise SQL_SERVER geodatabase. I am expecting a string datatype output per the docs,

Rather, I'm getting a arcpy.arcobjects.arcobjects.Result type object.

I am populating these six parameters accordingly...
arcpy.management.CreateDatabaseConnectionString(database_platform,
instance,
account_authentication,
username,
password,
database
)
Should I expect a string or do I need to process the message to pass into the next tool?
Thank you,
Tyler
ArcGIS Enterprise 11.2
ArcGIS Pro 3.2.0