Interface: InviteExternalAgentParams
Defined in: src/api/procedures/types.ts:1437
Properties
expiry?
optional
expiry:Date
Defined in: src/api/procedures/types.ts:1454
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
permissions
permissions:
CustomPermissionGroup
|KnownPermissionGroup
| {transactions
:null
|TransactionPermissions
; } | {transactionGroups
:TxGroup
[]; }
Defined in: src/api/procedures/types.ts:1439
target
target:
string
|Identity
Defined in: src/api/procedures/types.ts:1438