Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.39 KB

File metadata and controls

21 lines (16 loc) · 1.39 KB

UserIdentity

Properties

Name Type Description Notes
display_value Option<String> [optional]
insert_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
last_login_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
last_update_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
moderation_status Option<models::ContentStatus> [optional]
primary Option<bool> [optional]
r#type Option<models::IdentityType> [optional]
value Option<String> [optional]
verified Option<bool> [optional]
verified_instant Option<i64> The number of milliseconds since the unix epoch: January 1, 1970 00:00:00 UTC. This value is always in UTC. [optional]
verified_reason Option<models::IdentityVerifiedReason> [optional]

[Back to Model list] [Back to API list] [Back to README]