Skip to content

api.procedures.types.InviteExternalAgentParams

prashantasdeveloper edited this page Dec 2, 2024 · 66 revisions

Interface: InviteExternalAgentParams

api/procedures/types.InviteExternalAgentParams

Table of contents

Properties

Properties

expiry

Optional expiry: Date

date at which the authorization request for invitation expires (optional)

Note

if expiry date is not set, the invitation will never expire

Note

due to chain limitations, the expiry will be ignored if the passed permissions don't correspond to an existing Permission Group

Defined in

api/procedures/types.ts:1446


permissions

permissions: CustomPermissionGroup | KnownPermissionGroup | { transactions: null | TransactionPermissions } | { transactionGroups: TxGroup[] }

Defined in

api/procedures/types.ts:1431


target

target: string | Identity

Defined in

api/procedures/types.ts:1430

Clone this wiki locally