Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
checkNotaryTrust
Function checkNotaryTrust
checkNotaryTrust
(
workspace
:
string
,
)
:
Promise
<
{
attestationLevel
:
"SOFTWARE"
|
"HARDWARE"
|
null
;
currentFingerprint
:
string
|
null
;
lastAttestationTs
:
number
|
null
;
mode
:
"NOTARY"
|
"LOCAL_VAULT"
;
notaryReachable
:
boolean
;
ok
:
boolean
;
pinnedFingerprint
:
string
|
null
;
reasons
:
string
[]
;
requiredAttestationLevel
:
"SOFTWARE"
|
"HARDWARE"
|
null
;
signatureValid
:
boolean
;
}
,
>
Parameters
workspace
:
string
Returns
Promise
<
{
attestationLevel
:
"SOFTWARE"
|
"HARDWARE"
|
null
;
currentFingerprint
:
string
|
null
;
lastAttestationTs
:
number
|
null
;
mode
:
"NOTARY"
|
"LOCAL_VAULT"
;
notaryReachable
:
boolean
;
ok
:
boolean
;
pinnedFingerprint
:
string
|
null
;
reasons
:
string
[]
;
requiredAttestationLevel
:
"SOFTWARE"
|
"HARDWARE"
|
null
;
signatureValid
:
boolean
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...