Sha256: 2c11ad005698bf5e1bcc79bb018a5f829fc6a1693a625b80ded4f96c26c595ba
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 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 stage Staging 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.11.6 | docs/MigrationOptions.md |