Go SDK
Leverage the Go SDK to administer BastionZero
Last updated
Leverage the Go SDK to administer BastionZero
Last updated
Moving forward, we are natively rebuilding BastionZero’s technology as Cloudflare’s service.
The is a Go client library designed to facilitate access to the . 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
To install the BastionZero Go SDK, use the go get command below.
Once installed, you can import the SDK into your Go programs.