Skip to content

Commit e03f449

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add audit track to list of available org connections (#3780)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 010cc46 commit e03f449

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48162,11 +48162,13 @@ components:
4816248162
enum:
4816348163
- logs
4816448164
- metrics
48165+
- audit
4816548166
example: logs
4816648167
type: string
4816748168
x-enum-varnames:
4816848169
- LOGS
4816948170
- METRICS
48171+
- AUDIT
4817048172
OrgConnectionUpdate:
4817148173
description: Org connection update data.
4817248174
properties:

api/datadogV2/model_org_connection_type_enum.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ type OrgConnectionTypeEnum string
1717
const (
1818
ORGCONNECTIONTYPEENUM_LOGS OrgConnectionTypeEnum = "logs"
1919
ORGCONNECTIONTYPEENUM_METRICS OrgConnectionTypeEnum = "metrics"
20+
ORGCONNECTIONTYPEENUM_AUDIT OrgConnectionTypeEnum = "audit"
2021
)
2122

2223
var allowedOrgConnectionTypeEnumEnumValues = []OrgConnectionTypeEnum{
2324
ORGCONNECTIONTYPEENUM_LOGS,
2425
ORGCONNECTIONTYPEENUM_METRICS,
26+
ORGCONNECTIONTYPEENUM_AUDIT,
2527
}
2628

2729
// GetAllowedValues reeturns the list of possible values.

0 commit comments

Comments
 (0)