File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ type OrgConnectionTypeEnum string
1717const (
1818 ORGCONNECTIONTYPEENUM_LOGS OrgConnectionTypeEnum = "logs"
1919 ORGCONNECTIONTYPEENUM_METRICS OrgConnectionTypeEnum = "metrics"
20+ ORGCONNECTIONTYPEENUM_AUDIT OrgConnectionTypeEnum = "audit"
2021)
2122
2223var allowedOrgConnectionTypeEnumEnumValues = []OrgConnectionTypeEnum {
2324 ORGCONNECTIONTYPEENUM_LOGS ,
2425 ORGCONNECTIONTYPEENUM_METRICS ,
26+ ORGCONNECTIONTYPEENUM_AUDIT ,
2527}
2628
2729// GetAllowedValues reeturns the list of possible values.
You can’t perform that action at this time.
0 commit comments