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
permissions
• permissions: CustomPermissionGroup | KnownPermissionGroup | { transactions: null | TransactionPermissions } | { transactionGroups: TxGroup[] }
Defined in
target
• target: string | Identity