Preparing search index...
The search index is not available
@qbraid-core
@qbraid-core
@qbraid-core/compute
UserServerStatus
Interface UserServerStatus
interface
UserServerStatus
{
admin
:
boolean
;
auth_state
?:
Record
<
string
,
unknown
>
;
groups
:
string
[]
;
last_activity
:
string
;
name
:
string
;
pending
:
string
;
roles
:
string
[]
;
scopes
?:
string
[]
;
server
:
string
;
servers
:
Record
<
string
,
ServerDetails
>
;
session_id
?:
string
;
}
Index
Properties
admin
auth_
state?
groups
last_
activity
name
pending
roles
scopes?
server
servers
session_
id?
Properties
admin
admin
:
boolean
Optional
auth_
state
auth_state
?:
Record
<
string
,
unknown
>
groups
groups
:
string
[]
last_
activity
last_activity
:
string
name
name
:
string
pending
pending
:
string
roles
roles
:
string
[]
Optional
scopes
scopes
?:
string
[]
server
server
:
string
servers
servers
:
Record
<
string
,
ServerDetails
>
Optional
session_
id
session_id
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
admin
auth_
state
groups
last_
activity
name
pending
roles
scopes
server
servers
session_
id
@qbraid-core
Loading...