Class LoginProfile
The user profile information used for logging in to a virtual machine on Google Compute Engine.
Implements
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1beta.Data
Assembly: Google.Apis.CloudOSLogin.v1beta.dll
Syntax
public class LoginProfile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. A unique user ID.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PosixAccounts
The list of POSIX accounts associated with the user.
Declaration
[JsonProperty("posixAccounts")]
public virtual IList<PosixAccount> PosixAccounts { get; set; }
Property Value
Type | Description |
---|---|
IList<PosixAccount> |
SecurityKeys
The registered security key credentials for a user.
Declaration
[JsonProperty("securityKeys")]
public virtual IList<SecurityKey> SecurityKeys { get; set; }
Property Value
Type | Description |
---|---|
IList<SecurityKey> |
SshPublicKeys
A map from SSH public key fingerprint to the associated key object.
Declaration
[JsonProperty("sshPublicKeys")]
public virtual IDictionary<string, SshPublicKey> SshPublicKeys { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, SshPublicKey> |