Updates for Cvent, IDAA, and general clean up

This commit is contained in:
Scott Idem
2022-03-15 16:00:57 -04:00
parent 34c6c9e6bd
commit c380516855
2 changed files with 11 additions and 0 deletions

View File

@@ -99,6 +99,10 @@ class Person_Base(BaseModel):
allow_auth_key: Optional[bool]
auth_key: Optional[str]
status: Optional[str]
# status_id: Optional[int] # From a lookup
# status_name: Optional[str] # Status name from the lookup
enable: Optional[bool]
group: Optional[str]