Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 5275100

Browse files
committed
Document config
1 parent 2624c8a commit 5275100

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

audit/client.go

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,17 @@ type OptionFunc func(*http.Request) error
3333

3434
// Config contains the configuration of a client
3535
type Config struct {
36-
Region string
37-
Environment string
38-
RootOrgID string
36+
Region string
37+
Environment string
38+
// ProductKey is provided as part of Auditing onboarding
39+
ProductKey string
40+
// Tenant value is used to support multi tenancy with a single ProductKey
41+
Tenant string
42+
// AuditBaseURL is provided as part of Auditing onboarding
3943
AuditBaseURL string
40-
SharedKey string
44+
// SharedKey is the IAM API signing key
45+
SharedKey string
46+
// SharedSecret is the IAM API signing secret
4147
SharedSecret string
4248
TimeZone string
4349
DebugLog string

0 commit comments

Comments
 (0)