Struct google_clouduseraccountsvm_beta::LinuxAccountViews[][src]

pub struct LinuxAccountViews {
    pub kind: Option<String>,
    pub user_views: Option<Vec<LinuxUserView>>,
    pub group_views: Option<Vec<LinuxGroupView>>,
}

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.

This type is not used in any activity, and only used as part of another schema.

Fields

[Output Only] Type of the resource. Always clouduseraccounts#linuxAccountViews for Linux resources.

[Output Only] A list of all users within a project.

[Output Only] A list of all groups within a project.

Trait Implementations

impl Default for LinuxAccountViews
[src]

Returns the "default value" for a type. Read more

impl Clone for LinuxAccountViews
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LinuxAccountViews
[src]

Formats the value using the given formatter. Read more

impl Part for LinuxAccountViews
[src]

Auto Trait Implementations