Consider the following G+ Domains API Response payload (snippet):
{
...
,
"provider": {
"title": "Google+"
},
"access": {
"kind": "plus#acl",
"description": "Shared privately"
}
}
What exactly does shared privately mean? As far as I can tell, it's any type of activity that has not been explicitly shared publicly. Am I correct?