Go SDK
Leverage the Go SDK to administer BastionZero
The BastionZero product is maintained for existing BastionZero customers only.
Moving forward, we are natively rebuilding BastionZero’s technology as Cloudflare’s Access for Infrastructure service.
The BastionZero Go SDK
The BastionZero Go SDK is a Go client library designed to facilitate access to the BastionZero API. It provides a set of functions and types that abstract the underlying API calls, making it easier for engineers to interact with the BastionZero API.
The SDK is organized into services that divide the API into logical chunks, mirroring the structure of the BastionZero API. These services include:
Autodiscovery scripts
Environments
Organization
Policies
Service accounts
Targets
Users
Getting started
To install the BastionZero Go SDK, use the go get command below.
Once installed, you can import the SDK into your Go programs.
Last updated