instanceOwners property

List<String>? instanceOwners
getter/setter pair

Input only.

The owner of this instance after creation. Format: alias@example.com 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.

Implementation

core.List<core.String>? instanceOwners;