client-java/docs/AddProjectToWorkspaceBody.md at master · ory/client-java · GitHub
Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.31 KB

File metadata and controls

33 lines (17 loc) · 1.31 KB

AddProjectToWorkspaceBody

Properties

Name Type Description Notes
environment EnvironmentEnum 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
projectSubscription ProjectSubscriptionEnum 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.

Enum: EnvironmentEnum

Name Value
PROD "prod"
STAGE "stage"
DEV "dev"

Enum: ProjectSubscriptionEnum

Name Value
MIGRATE "migrate"
IGNORE "ignore"