Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] Regenerate integration configs (#315)
Browse files Browse the repository at this point in the history
Co-authored-by: Blugil <Blugil@users.noreply.github.com>
github-actions[bot] and Blugil authored Jul 31, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 741f9fd commit 98bdd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launchdarkly/audit_log_subscription_configs_generated.go
Original file line number Diff line number Diff line change
@@ -207,15 +207,15 @@ var SUBSCRIPTION_CONFIGURATION_FIELDS = map[string]IntegrationConfig{
"accessToken": {
AllowedValues: []string{},
DefaultValue: nil,
Description: "Enter your [SignalFx access token](https://docs.signalfx.com/en/latest/admin-guide/tokens.html#working-with-access-tokens).",
Description: "Enter your [Splunk Observability Cloud access token](https://docs.splunk.com/Observability/admin/authentication-tokens/tokens.html#working-with-access-tokens).",
IsOptional: false,
IsSecret: true,
Type: "string",
},
"realm": {
AllowedValues: []string{},
DefaultValue: nil,
Description: "Enter your [SignalFx realm](https://developers.signalfx.com/#realms-in-endpoints).",
Description: "Enter your [Splunk Observability Cloud realm](https://dev.splunk.com/observability/docs/realms_in_endpoints/).",
IsOptional: false,
IsSecret: false,
Type: "string",

0 comments on commit 98bdd16

Please sign in to comment.