Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Gets the current system policy in the specified location.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://binaryauthorization.googleapis.com/v1beta1/{name}
Lists attestors. Returns INVALID_ARGUMENT if the project does not exist.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://binaryauthorization.googleapis.com/v1beta1/{parent}/attestors
Gets the access control policy for a resource. Returns an empty policy if the…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://binaryauthorization.googleapis.com/v1beta1/{resource}:getIamPolicy
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:binaryauthorization
At a glance
Language HTML
Endpoints9
Base URLhttps://binaryauthorization.googleapis.com
✓ Official