Name | Type | Description | Notes |
---|---|---|---|
data | Option<std::collections::HashMap<String, serde_json::Value>> | [optional] | |
display_name | Option<String> | [optional] | |
identity_provider_id | Option<uuid::Uuid> | [optional] | |
identity_provider_name | Option<String> | [optional] | |
identity_provider_type | Option<models::IdentityProviderType> | [optional] | |
identity_provider_user_id | 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] |
tenant_id | Option<uuid::Uuid> | [optional] | |
token | Option<String> | [optional] | |
user_id | Option<uuid::Uuid> | [optional] |