Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
transformAttestCli
Function transformAttestCli
transformAttestCli
(
params
:
{
createdByUser
:
string
;
evidenceLinks
?:
string
[]
;
files
?:
string
[]
;
role
:
"OWNER"
|
"AUDITOR"
;
scope
:
TransformScope
;
statement
:
string
;
taskId
:
string
;
workspace
:
string
;
}
,
)
:
{
attestation
:
{
attestationId
:
string
;
createdByUser
:
string
;
createdTs
:
number
;
evidenceLinks
:
string
[]
;
hashes
:
{
relatedFiles
:
{
path
:
string
;
sha256
:
string
}
[]
}
;
role
:
"OWNER"
|
"AUDITOR"
;
scope
:
{
agentId
?:
string
;
nodeId
?:
string
;
type
:
"AGENT"
|
"NODE"
}
;
statement
:
string
;
taskId
:
string
;
v
:
1
;
}
;
path
:
string
;
sigPath
:
string
;
}
Parameters
params
:
{
createdByUser
:
string
;
evidenceLinks
?:
string
[]
;
files
?:
string
[]
;
role
:
"OWNER"
|
"AUDITOR"
;
scope
:
TransformScope
;
statement
:
string
;
taskId
:
string
;
workspace
:
string
;
}
Returns
{
attestation
:
{
attestationId
:
string
;
createdByUser
:
string
;
createdTs
:
number
;
evidenceLinks
:
string
[]
;
hashes
:
{
relatedFiles
:
{
path
:
string
;
sha256
:
string
}
[]
}
;
role
:
"OWNER"
|
"AUDITOR"
;
scope
:
{
agentId
?:
string
;
nodeId
?:
string
;
type
:
"AGENT"
|
"NODE"
}
;
statement
:
string
;
taskId
:
string
;
v
:
1
;
}
;
path
:
string
;
sigPath
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...