idmesh-api-sdk-java/docs/TreeUser.md

30 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/model_doc.mustache
2023-12-27 20:14:28 +08:00
// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/pojo_doc.mustache
2023-12-27 20:14:28 +08:00
# TreeUser
核心-树型对象(组织、角色等)用户关系表
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | 全局唯一ID | |
|**developerId** | **String** | 开发者ID | |
|**tenantId** | **String** | 租户ID | |
|**nodeId** | **String** | 节点ID | |
|**userId** | **String** | 用户ID | |
|**path** | **String** | 所属组织关系路径 | |
|**displayName** | **String** | 显示名 | |
|**username** | **String** | 用户名 | |
|**relationType** | **String** | 关联类型(用于区分多重关联) | [optional] |
|**relationData** | **String** | 关联扩展信息 | [optional] |
|**isDefault** | **String** | 是否默认关系 | [optional] |
|**timeCreated** | **OffsetDateTime** | 创建时间 | |
|**timeModified** | **OffsetDateTime** | 修改时间 | |
|**status** | **String** | 状态 | |