We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RequireProxied
1 parent 28e31bd commit 0964917Copy full SHA for 0964917
v2/user_claims.go
@@ -36,6 +36,7 @@ type UserPermissionLimits struct {
36
Permissions
37
Limits
38
BearerToken bool `json:"bearer_token,omitempty"`
39
+ RequireProxied bool `json:"require_proxied,omitempty"`
40
AllowedConnectionTypes StringList `json:"allowed_connection_types,omitempty"`
41
}
42
0 commit comments