Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"status": "Approved"
}
}
]
],
"enableDataIsolation": false
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down