This commit is contained in:
asteam
2025-07-15 17:39:18 +03:00
parent 1f8637400f
commit 7dacf35cd6
163 changed files with 4322 additions and 504 deletions

View File

@@ -18,6 +18,10 @@ type ListRequest struct {
// Required: false
Active interface{} `url:"active,omitempty" json:"active,omitempty" validate:"omitempty,isBool"`
// Find by email.
// Required: false
Email string `url:"email,omitempty" json:"email,omitempty"`
// Find by serviceaccount. True or False.
// Required: false
ServiceAccount interface{} `url:"serviceaccount,omitempty" json:"serviceaccount,omitempty" validate:"omitempty,isBool"`