Skip to main content
Version: 24.2.x

Interface: InviteExternalAgentParams

api/procedures/types.InviteExternalAgentParams

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:1284


permissions

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

Defined in

api/procedures/types.ts:1269


target

target: string | Identity

Defined in

api/procedures/types.ts:1268