Skip to content

api.procedures.types.InviteExternalAgentParams

prashantasdeveloper edited this page Sep 11, 2024 · 59 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:921


permissions

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

Defined in

api/procedures/types.ts:906


target

target: string | Identity

Defined in

api/procedures/types.ts:905

Clone this wiki locally