Using sdk-platform-java with googleapis.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/googleapis/sdk-platform-java
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
sdk-platform-java
Java
API
googleapis.com
googleapis.com:binaryauthorization
At a glance
Language Java
Endpoints9
Base URLhttps://binaryauthorization.googleapis.com
✓ Official