I was trying to list the grantable roles for a project of mine on google cloud platform, and I came across these two formats for identifying the resource and running the command against.
The formats were:
//cloudresourcemanager.googleapis.com/projects/PROJECT_ID
, andhttps://cloudresourcemanager.googleapis.com/v3/projects/PROJECT_ID
How come the second uses the v3 in the URI identifier. Both did give the expected results but need to know why the difference.