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: 0 additions & 3 deletions docs/api/identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ This resource provides information about user authentication sessions, including
| `createdAt` | metav1.Time | The timestamp when the session was created. |
| `lastUpdatedAt` | *metav1.Time | The last time the provider updated this session, e.g. Zitadel `change_date` (optional). |
| `userAgent` | string | The client User-Agent string for this session, when the provider supplies it (optional). |
| `location` | string | Geographic location derived from the session IP, formatted as "City, Country" when both are available. Populated by an external enrichment service; empty when enrichment is unavailable or the IP is unknown (optional). |
| `browser` | string | Browser name parsed from the session User-Agent string. Populated by an external enrichment service; empty when enrichment is unavailable or the User-Agent is unknown (optional). |
| `os` | string | Operating system name parsed from the session User-Agent string. Populated by an external enrichment service; empty when enrichment is unavailable or the User-Agent is unknown (optional). |

---

Expand Down
15 changes: 0 additions & 15 deletions pkg/apis/identity/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,11 @@

// UserAgent is the client User-Agent string for this session, if the provider supplies it.
UserAgent string `json:"userAgent,omitempty"`

// Location is the geographic location derived from the session IP, formatted as
// "City, Country" when both are available. Populated by an external enrichment
// service; empty when enrichment is unavailable or the IP is unknown.
Location string `json:"location,omitempty"`

// Browser is the browser name parsed from the session User-Agent string.
// Populated by an external enrichment service; empty when enrichment is
// unavailable or the User-Agent is unknown.
Browser string `json:"browser,omitempty"`

// OS is the operating system name parsed from the session User-Agent string.
// Populated by an external enrichment service; empty when enrichment is
// unavailable or the User-Agent is unknown.
OS string `json:"os,omitempty"`
}

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
type SessionList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []Session `json:"items"`
}
21 changes: 0 additions & 21 deletions pkg/apis/identity/v1alpha1/zz_generated.openapi.go

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

Loading