Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.48 KB

CreateInvitationOptions.md

File metadata and controls

89 lines (47 loc) · 1.48 KB

@letsgo/tenant / CreateInvitationOptions

Interface: CreateInvitationOptions

Options for creating an invitation to join a tenant.

Hierarchy

  • DeploymentOptions

    CreateInvitationOptions

Table of contents

Properties

Properties

createdBy

createdBy: Identity

The identity of the user who is creating the invitation.

Defined in

tenant/src/index.ts:270


deployment

Optional deployment: string

LetsGo deployment name.

Inherited from

DeploymentOptions.deployment

Defined in

db/dist/index.d.ts:18


region

Optional region: string

AWS region.

Inherited from

DeploymentOptions.region

Defined in

db/dist/index.d.ts:14


tenantId

tenantId: string

The tenant ID the invitation relates to.

Defined in

tenant/src/index.ts:274


ttl

ttl: number

The time-to-live of the invitation in seconds.

Defined in

tenant/src/index.ts:278