Sha256: 9fb4b62f79eb3080a5e1da976c036d4e3174553a94d479c30a7c6c3d31c7d4d3
Contents?: true
Size: 744 Bytes
Versions: 772
Compression:
Stored size: 744 Bytes
Contents
# CybridApiId::ApplicationIdpModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name provided for the OAuth2 application. | | | **client_id** | **String** | The OAuth2 application's client ID. | | | **scopes** | **Array<String>** | List of the scopes granted to the OAuth2 application. | | | **created_at** | **Time** | ISO8601 datetime the record was created at. | | | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] | ## Example ```ruby require 'cybrid_api_id_ruby' instance = CybridApiId::ApplicationIdpModel.new( name: null, client_id: null, scopes: null, created_at: null, updated_at: null ) ```
Version data entries
772 entries across 772 versions & 1 rubygems