Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 1.18 KB

AddIdentityToTenantOptions.md

File metadata and controls

76 lines (40 loc) · 1.18 KB

@letsgo/tenant / AddIdentityToTenantOptions

Interface: AddIdentityToTenantOptions

Options for adding a new user to a tenant.

Hierarchy

  • DeploymentOptions

    AddIdentityToTenantOptions

Table of contents

Properties

Properties

deployment

Optional deployment: string

LetsGo deployment name.

Inherited from

DeploymentOptions.deployment

Defined in

db/dist/index.d.ts:18


identity

identity: Identity

LetsGo identity.

Defined in

tenant/src/index.ts:727


region

Optional region: string

AWS region.

Inherited from

DeploymentOptions.region

Defined in

db/dist/index.d.ts:14


tenantId

tenantId: string

LetsGo tenant Id.

Defined in

tenant/src/index.ts:723