Zero Trust Google Workspace won't work, no Access and data control option

Hi,

I’m trying to configure the Zero Trust and Google Workspace authentication option.
There’s a step on the guide that says " go to Security > Access and data control > API controls". But that options doesn’t exist on Google Cloud Console.

When I try to test the authentication method I get the error below:

GSUITE ERROR: Failed to get google groups
{
  "error": {
    "code": 403,
    "message": "Not Authorized to access this resource/api",
    "errors": [
      {
        "message": "Not Authorized to access this resource/api",
        "domain": "global",
        "reason": "forbidden"
      }
    ]
  }
}

Ok, I just realized that the option “Security > Access and data control > API controls” lies inside the Google Workspace Admin and not inside the Google Console. I think the documentation could be improved in that part.