InviteExternalAgentParams
Hierarchy
InviteExternalAgentParams
Index
Properties
Properties
Optional
expiry
Optional
expiry• expiry? : Date
Defined in src/api/procedures/inviteExternalAgent.ts:40
date at which the authorization request for invitation expires (optional)
note
if expiry date is not set, the invitation will never expire
permissions
• permissions: KnownPermissionGroup | CustomPermissionGroup | object | object
Defined in src/api/procedures/inviteExternalAgent.ts:26
target
• target: string | Identity
Defined in src/api/procedures/inviteExternalAgent.ts:25
Last updated