Skip to content
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
18 changes: 14 additions & 4 deletions api/gen/proto/go/teleport/okta/v1/okta_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions api/proto/teleport/okta/v1/okta_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ message UpdateIntegrationRequest {
// in turn will disable JIT Access Requests. Makes sense only when apps and groups sync is
// enabled.
bool enable_bidirectional_sync = 10;
// Enable Okta system log export.
bool enable_system_log_export = 11;
}

// AccessListSettings contains the settings for access list synchronization.
Expand Down
Loading