Sha256: d718a79f8132d751129ef7b3a48b7625b6e084e6f7f8ae11135f9aecfcff3886

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

Contents

# OryClient::MigrationOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **environment** | **String** | The environment of the project in the workspace. Can be one of \"prod\" or \"dev\". Note that the number of projects in the \"prod\" environment is limited depending on the subscription. prod Production dev Development |  |
| **project_subscription** | **String** | The action to take with the project subscription. Can be one of \"migrate\", and \"ignore\". \"migrate\" will migrate the project subscription to the workspace. \"ignore\" will ignore the project subscription. migrate ProjectSubscriptionActionMigrate  ProjectSubscriptionActionMigrate will migrate the project subscription to the  workspace. ignore ProjectSubscriptionActionIgnore  ProjectSubscriptionActionIgnore will ignore the project subscription. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::MigrationOptions.new(
  environment: null,
  project_subscription: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-client-1.9.0 docs/MigrationOptions.md
ory-client-1.8.1 docs/MigrationOptions.md
ory-client-1.8.0 docs/MigrationOptions.md
ory-client-1.6.2 docs/MigrationOptions.md
ory-client-1.6.1 docs/MigrationOptions.md