This commit is contained in:
laodaming
2023-11-24 12:21:00 +08:00
parent 681ec8269c
commit ca91a6f3ce
3 changed files with 11 additions and 22 deletions

View File

@@ -221,10 +221,9 @@ type MenuItem {
}
//增加ldap组织
type CreateLdapOrganizationReq {
OrganizationEnName string `json:"organization_en_name"` //组织英文
BusinessCategory string `json:"business_category"` //组织类别名称
ParentOrganizationDN string `json:"parent_organization_dn"` //父级dn
OwnerDN string `json:"owner_dn"` //负责人dn
OrganizationName string `json:"organization_name"` //组织名
ParentOrganizationDN string `json:"parent_organization_dn,optional"` //父级dn
OwnerDN string `json:"owner_dn,optional"` //负责人dn
}
//删除ldap组织
type DeleteLdapOrganizationReq {