Skip to main content

@idunion/tl-sdk / Exports / Tlr

Interface: Tlr

Table of contents

Properties

Properties

accreditedFor

Optional accreditedFor: AccreditedFor[]

Defined in

api.ts:331


createdTs

createdTs: number

Unix timestamp in microseconds when the record was first created.

Defined in

api.ts:337


did

did: string

Defined in

api.ts:324


id

id: string

Defined in

api.ts:323


isRoot

isRoot: boolean

Defined in

api.ts:333


onboardingCredentials

onboardingCredentials: OnboardingCredential[]

Defined in

api.ts:332


orgName

orgName: string

Defined in

api.ts:322


status

status: TlrStatusEnum

Denotes the Trust List record trust status. - Onboarded record is created upon onboarding VC presentation - Trusted record is created upon onboarding VC presentation that was issued by an Issuer that is verified by IDunion SCE - Revoked record is a result of the Verification Method revocation process - Expired record is when the Verification Method in use has expired, due to i.e. Onboarding VC expiration

Defined in

api.ts:330


tlId

tlId: string

Defined in

api.ts:325


tlName

tlName: string

Defined in

api.ts:326


updatedTs

updatedTs: number

Unix timestamp in microseconds when the record was last updated.

Defined in

api.ts:341