Sha256: 30fffda9b9d677aabaf9ad82201678d95fa365262c9ffb526570fa394cf2efce
Contents?: true
Size: 1.1 KB
Versions: 29
Compression:
Stored size: 1.1 KB
Contents
# OryClient::AddProjectToWorkspaceBody ## 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::AddProjectToWorkspaceBody.new( environment: null, project_subscription: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems