Chrome Enterprise Premium is a secure enterprise browsing solution that provides secure access to applications and resources, and offers integrated threat and data protection. It adds an extra layer of security to safeguard your Chrome browser environment, including Data Loss Prevention (DLP), real-time URL and file scanning, and Context-Aware Access for SaaS and web apps.
This page contains information about getting started with the BeyondCorp API using the Google API Client Library for Java. In addition, you may be interested in the following documentation:
- Browse the Javadoc reference for the BeyondCorp API
- Read the Developer's Guide for the Google API Client Library for Java.
- Interact with this API in your browser using the APIs Explorer for the BeyondCorp API
Add the following lines to your pom.xml file:
<project>
<dependencies>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-beyondcorp</artifactId>
<version>v1alpha-rev20260228-2.0.0</version>
</dependency>
</dependencies>
</project>repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-beyondcorp:v1alpha-rev20260228-2.0.0'
}