class Google::Apis::ClouduseraccountsBeta::LinuxAccountViews
A list of all Linux accounts for this project. This API is only used by Compute Engine virtual machines to get information about user accounts for a project or instance. Linux resources are read-only views into users and groups managed by the Compute Engine Accounts API.
Attributes
group_views[RW]
- Output Only
-
A list of all groups within a project.
Corresponds to the JSON property `groupViews` @return [Array<Google::Apis::ClouduseraccountsBeta::LinuxGroupView>]
kind[RW]
- Output Only
-
Type of the resource. Always clouduseraccounts#linuxAccountViews
for Linux resources. Corresponds to the JSON property `kind` @return [String]
user_views[RW]
- Output Only
-
A list of all users within a project.
Corresponds to the JSON property `userViews` @return [Array<Google::Apis::ClouduseraccountsBeta::LinuxUserView>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/clouduseraccounts_beta/classes.rb, line 214 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/clouduseraccounts_beta/classes.rb, line 219 def update!(**args) @group_views = args[:group_views] if args.key?(:group_views) @kind = args[:kind] if args.key?(:kind) @user_views = args[:user_views] if args.key?(:user_views) end