Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.28 KB

IdentityProviderLink.md

File metadata and controls

21 lines (16 loc) · 1.28 KB

IdentityProviderLink

Properties

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]

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