Stay organized with collections
Save and categorize content based on your preferences.
The Identity and Access Management (IAM) API uses Kubernetes custom resources
to manage the control access for identity providers.
To use the IAM API, use the GDC console. If
your application uses your own libraries to call the API, adopt the example
service endpoint in the following section, and the
full API definition to build your requests.
Service endpoint and discovery document
The API endpoint for the IAM API is
https://MANAGEMENT_API_SERVER_ENDPOINT/apis/iam.gdc.goog/v1,
where MANAGEMENT_API_SERVER_ENDPOINT is the endpoint of
the Management API server.
Using the kubectl proxy command, access the URL in your browser to
obtain the discovery document for the IAM API. The kubectl proxy command opens
up a proxy on 127.0.0.1:8001 to the Kubernetes API server on your local
machine. Once that command is running, access the document at the
following URL:
http://127.0.0.1:8001/apis/iam.gdc.goog/v1
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["The Identity and Access Management (IAM) API leverages Kubernetes custom resources to manage access control for identity providers."],["The IAM API is accessible through the GDC console, or you can use your own libraries, adopting the example service endpoint and full API definition to build requests."],["The IAM API endpoint is located at `https://`\u003cvar translate=\"no\"\u003eGDCH_API_SERVER_ENDPOINT\u003c/var\u003e`/apis/iam.gdc.goog/v1`, where \u003cvar translate=\"no\"\u003eGDCH_API_SERVER_ENDPOINT\u003c/var\u003e represents the GDC API server endpoint."],["The discovery document for the IAM API can be obtained by using the `kubectl proxy` command and then accessing `http://127.0.0.1:8001/apis/iam.gdc.goog/v1` in your browser."]]],[]]