Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v17] Add CTA_OKTA_SCIM enum event #48021

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading