struct_account.go 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. package yundun_ds
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Account is a nested struct in yundun_ds response
  17. type Account struct {
  18. CellphoneNum string `json:"CellphoneNum" xml:"CellphoneNum"`
  19. Email string `json:"Email" xml:"Email"`
  20. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  21. Id int64 `json:"Id" xml:"Id"`
  22. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  23. FullName string `json:"FullName" xml:"FullName"`
  24. LoginDataTime int64 `json:"LoginDataTime" xml:"LoginDataTime"`
  25. FirstLevelDepartName string `json:"FirstLevelDepartName" xml:"FirstLevelDepartName"`
  26. AuthTime int64 `json:"AuthTime" xml:"AuthTime"`
  27. FirstLevelDepartId int64 `json:"FirstLevelDepartId" xml:"FirstLevelDepartId"`
  28. AccountTypeId int64 `json:"AccountTypeId" xml:"AccountTypeId"`
  29. LoginPolicyName string `json:"LoginPolicyName" xml:"LoginPolicyName"`
  30. ActiveStatus string `json:"ActiveStatus" xml:"ActiveStatus"`
  31. LoginName string `json:"LoginName" xml:"LoginName"`
  32. AliUid int64 `json:"AliUid" xml:"AliUid"`
  33. RoleNames string `json:"RoleNames" xml:"RoleNames"`
  34. UserId int64 `json:"UserId" xml:"UserId"`
  35. TelephoneNum string `json:"TelephoneNum" xml:"TelephoneNum"`
  36. DataInstance string `json:"DataInstance" xml:"DataInstance"`
  37. DeleteStatus string `json:"DeleteStatus" xml:"DeleteStatus"`
  38. AuthLoginName string `json:"AuthLoginName" xml:"AuthLoginName"`
  39. AuthFullName string `json:"AuthFullName" xml:"AuthFullName"`
  40. EventCount EventCount `json:"EventCount" xml:"EventCount"`
  41. PrivilegeList []PrivilegeInDescribeAccountDetail `json:"PrivilegeList" xml:"PrivilegeList"`
  42. }