Sha256: 6e25fb2c857ef6bc7199339717fe5fa5354c71daefd55363d5e8dd73f16f103c

Contents?: true

Size: 850 Bytes

Versions: 791

Compression:

Stored size: 850 Bytes

Contents

# CybridApiId::ApplicationWithSecretIdpModel

## 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] |
| **secret** | **String** | The OAuth2 application's secret. |  |

## Example

```ruby
require 'cybrid_api_id_ruby'

instance = CybridApiId::ApplicationWithSecretIdpModel.new(
  name: null,
  client_id: null,
  scopes: null,
  created_at: null,
  updated_at: null,
  secret: null
)
```

Version data entries

791 entries across 791 versions & 1 rubygems

Version Path
cybrid_api_id_ruby-0.112.16 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.15 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.14 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.13 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.12 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.11 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.9 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.8 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.7 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.6 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.5 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.4 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.3 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.2 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.112.1 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.111.20 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.111.19 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.111.18 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.111.17 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.111.16 docs/ApplicationWithSecretIdpModel.md