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
3 changes: 3 additions & 0 deletions api/proto/teleport/legacy/types/events/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2861,6 +2861,9 @@ message WindowsDesktopSessionStart {
map<string, string> DesktopLabels = 10 [(gogoproto.jsontag) = "desktop_labels"];
// DesktopName is the name of the desktop resource.
string DesktopName = 11 [(gogoproto.jsontag) = "desktop_name"];
// AllowUserCreation indicates whether automatic local user creation
// is allowed for this session.
bool AllowUserCreation = 12 [(gogoproto.jsontag) = "allow_user_creation"];
}

// DatabaseSessionEnd is emitted when a user ends the database session.
Expand Down
1,483 changes: 760 additions & 723 deletions api/types/events/events.pb.go

Large diffs are not rendered by default.

4,008 changes: 2,175 additions & 1,833 deletions gen/proto/go/prehog/v1alpha/teleport.pb.go

Large diffs are not rendered by default.

112 changes: 112 additions & 0 deletions gen/proto/js/prehog/v1alpha/teleport_pb.d.ts

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

Loading