lib/swagger/defs/tenant-user.yaml

17 lines
400 B
YAML
Raw Permalink Normal View History

2023-04-06 01:28:58 +00:00
TenantUser:
description: Relationship object that connects users to a tenant
properties:
ID:
description: The ID of the TenantUser
type: string
AccessLevel:
description: The Tenant access level for this User
type: string
TenantID:
description: The Tenant ID
type: string
UserID:
description: The User ID
type: string
type: object