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