Add Session field to Subject (#36523)

This commit is contained in:
Devin Binnie
2026-05-12 20:17:20 +00:00
committed by GitHub
parent 5661fe1941
commit 8a8a4ac8b1
+1
View File
@@ -18,6 +18,7 @@ type Subject struct {
// An attribute may be single-valued or multi-valued and can be a primitive type
// (string, boolean, number) or a complex type like a JSON object or array.
Attributes map[string]any `json:"attributes"`
Session map[string]any `json:"session"`
}
type SubjectSearchOptions struct {