mirror of https://github.com/vernonkeenan/lib
parent
5e5652ec10
commit
225db2d70e
|
@ -25,7 +25,7 @@ type TenantUser struct {
|
|||
AccessLevel string `json:"AccessLevel,omitempty"`
|
||||
|
||||
// The Tenant ID
|
||||
TemamtOD string `json:"TemamtOD,omitempty"`
|
||||
TenantID string `json:"TenantID,omitempty"`
|
||||
|
||||
// The User ID
|
||||
UserID string `json:"UserID,omitempty"`
|
||||
|
|
|
@ -3251,7 +3251,7 @@ definitions:
|
|||
AccessLevel:
|
||||
description: The Tenant access level for this User
|
||||
type: string
|
||||
TemamtOD:
|
||||
TenantID:
|
||||
description: The Tenant ID
|
||||
type: string
|
||||
UserID:
|
||||
|
|
|
@ -3251,7 +3251,7 @@ definitions:
|
|||
AccessLevel:
|
||||
description: The Tenant access level for this User
|
||||
type: string
|
||||
TemamtOD:
|
||||
TenantID:
|
||||
description: The Tenant ID
|
||||
type: string
|
||||
UserID:
|
||||
|
|
Loading…
Reference in New Issue