Getting started¶
Installation¶
You can install the SDK via go modules. For private repositories, configure Git credentials:
export GOPRIVATE=1
git config --global url.\"https://<username>:<token>@github.com\".insteadOf \"https://github.com\"
go get github.com/cyberark/idsec-sdk-golang
SDK Usage¶
The SDK supports profiles, which can be configured as needed and used for consecutive actions. See the SDK examples and how to guides for usage patterns.
For CLI usage and automation, see the Idsec CLI documentation.