Using python-aiplatform with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-aiplatform
Quick start
import python-aiplatform

# Use an OAuth2 access token
client = python_aiplatform.Client(access_token="YOUR_ACCESS_TOKEN")
Lists the `Group` resources under a customer or namespace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudidentity.googleapis.com/v1beta1/groups
Gets an InboundSsoAssignment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudidentity.googleapis.com/v1beta1/{name}
Lists/Searches devices.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudidentity.googleapis.com/v1beta1/devices
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:cloudidentity
At a glance
Language Python
Endpoints35
Base URLhttps://cloudidentity.googleapis.com
✓ Official