Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 583 Bytes

TenantCreate.md

File metadata and controls

13 lines (8 loc) · 583 Bytes

TenantCreate

Properties

Name Type Description Notes
key kotlin.String A unique id by which Permit will identify the tenant. The tenant key must be url-friendly (slugified).
name kotlin.String A descriptive name for the tenant
description kotlin.String an optional longer description of the tenant [optional]
attributes kotlin.Any Arbitraty tenant attributes that will be used to enforce attribute-based access control policies. [optional]