forked from GoogleCloudPlatform/magic-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workbench instances: update documentation for instance_owners field (G…
- Loading branch information
1 parent
ba527d5
commit 9aa9c21
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -449,7 +449,9 @@ properties: | |
description: | | ||
'Optional. Input only. The owner of this instance after creation. Format: | ||
`[email protected]` Currently supports one owner only. If not specified, all of | ||
the service account users of your VM instance''s service account can use the instance.' | ||
the service account users of your VM instance''s service account can use the instance. | ||
If specified, sets the access mode to `Single user`. For more details, see | ||
https://cloud.google.com/vertex-ai/docs/workbench/instances/manage-access-jupyterlab' | ||
immutable: true | ||
ignore_read: true | ||
item_type: | ||
|