Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add parameter enableDataIsolation to workspace properties #23061

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add parameter enableDataIsolation to workspace properties
  • Loading branch information
Mingwei He committed Mar 13, 2023
commit 5f6227c19510a7a5492c32d3543490c53d67c930
Original file line number Diff line number Diff line change
@@ -95,7 +95,8 @@
"status": "Approved"
}
}
]
],
"enableDataIsolation": false
}
}
},
Original file line number Diff line number Diff line change
@@ -2371,6 +2371,11 @@
"type": "integer",
"format": "int32",
"description": "Retention time in days after workspace get soft deleted."
},
"enableDataIsolation": {
"description": "A flag to determine if workspace has data isolation enabled. The flag can only be set at create time. It can't be updated.",
"default": false,
"type": "boolean"
}
}
},