Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets a policy on a resource. If no policy is set on the resource, `NOT_FOUND`…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://orgpolicy.googleapis.com/v2/{name}
Retrieves all of the policies that exist on a particular resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://orgpolicy.googleapis.com/v2/{parent}/policies
Lists constraints that could be applied on the specified resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://orgpolicy.googleapis.com/v2/{parent}/constraints
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:orgpolicy
At a glance
Language HTML
Endpoints9
Base URLhttps://orgpolicy.googleapis.com
✓ Official