Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
agent-safety
AgentApprovalRequestV1
Interface AgentApprovalRequestV1
interface
AgentApprovalRequestV1
{
approver
:
string
;
expiresAt
:
string
;
id
:
string
;
issuedAt
:
string
;
maxBytes
?:
number
;
maxRows
?:
number
;
stepLimits
?:
Readonly
<
Record
<
string
,
{
bytes
?:
number
;
rows
?:
number
;
}
>
>
;
}
Index
Properties
approver
expires
At
id
issued
At
max
Bytes?
max
Rows?
step
Limits?
Properties
Readonly
approver
approver
:
string
Readonly
expires
At
expires
At
:
string
Readonly
id
id
:
string
Readonly
issued
At
issued
At
:
string
Optional
Readonly
max
Bytes
max
Bytes
?:
number
Optional
Readonly
max
Rows
max
Rows
?:
number
Optional
Readonly
step
Limits
step
Limits
?:
Readonly
<
Record
<
string
,
{
bytes
?:
number
;
rows
?:
number
;
}
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approver
expires
At
id
issued
At
max
Bytes
max
Rows
step
Limits
@honua/sdk-js
Loading...