LoginProfile class

The user profile information used for logging in to a virtual machine on Google Compute Engine.

Constructors

LoginProfile({String? name, List<PosixAccount>? posixAccounts, Map<String, SshPublicKey>? sshPublicKeys})
LoginProfile.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
A unique user ID.
getter/setter pair
posixAccounts List<PosixAccount>?
The list of POSIX accounts associated with the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sshPublicKeys Map<String, SshPublicKey>?
A map from SSH public key fingerprint to the associated key object.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited