Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 763 Bytes

TenantBlockRead.md

File metadata and controls

14 lines (9 loc) · 763 Bytes

TenantBlockRead

Properties

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

[Back to Model list] [Back to API list] [Back to README]