Skip to content

Commit

Permalink
[v17] Add CTA_OKTA_SCIM enum event (#48021)
Browse files Browse the repository at this point in the history
* Add CTA_OKTA_SCIM enum event

* Rebase with cloud proto file
  • Loading branch information
kimlisa authored Oct 28, 2024
1 parent 7f44eaf commit 73484af
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 1,139 deletions.
674 changes: 339 additions & 335 deletions api/gen/proto/go/usageevents/v1/usageevents.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api/proto/teleport/usageevents/v1/usageevents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ enum CTA {
CTA_EXTERNAL_AUDIT_STORAGE = 10;
CTA_OKTA_USER_SYNC = 11;
CTA_ENTRA_ID = 12;
CTA_OKTA_SCIM = 13;
}

// UIDiscoverDeployServiceEvent is emitted after the user installs a Teleport Agent.
Expand Down
Loading

0 comments on commit 73484af

Please sign in to comment.