Sha256: 7140db18e7be24884ebfe0acdfd6e1027e774da03b1b9a8030aa726e45ce5413
Contents?: true
Size: 863 Bytes
Versions: 90
Compression:
Stored size: 863 Bytes
Contents
# CybridApiId::UserIdpModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the user. | [optional] | | **username** | **String** | The user's username. | [optional] | | **email** | **String** | The user's email address. | [optional] | | **allowed_scopes** | **Array<String>** | The list of scopes that the user is allowed to request. | [optional] | | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] | | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] | ## Example ```ruby require 'cybrid_api_id_ruby' instance = CybridApiId::UserIdpModel.new( guid: null, username: null, email: null, allowed_scopes: null, created_at: null, updated_at: null ) ```
Version data entries
90 entries across 90 versions & 1 rubygems