docs/UserIdpModel
CybridApiId::UserIdpModel
Properties
Name | Type | Description | Notes |
---|---|---|---|
guid | String | Auto-generated unique identifier for the user. | [optional] |
username | String | The user’s username. | [optional] |
String | The user’s email address. | [optional] | |
created_at | Time | ISO8601 datetime the application was created at. | [optional] |
Example
require 'cybrid_api_id_ruby' instance = CybridApiId::UserIdpModel.new( guid: null, username: null, email: null, created_at: null )