Sha256: 6e25fb2c857ef6bc7199339717fe5fa5354c71daefd55363d5e8dd73f16f103c

Contents?: true

Size: 850 Bytes

Versions: 772

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

772 entries across 772 versions & 1 rubygems

Version Path
cybrid_api_id_ruby-0.123.78 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.75 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.74 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.73 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.72 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.71 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.70 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.69 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.68 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.67 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.66 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.65 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.64 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.63 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.62 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.61 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.60 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.59 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.58 docs/ApplicationWithSecretIdpModel.md
cybrid_api_id_ruby-0.123.57 docs/ApplicationWithSecretIdpModel.md