Show / Hide Table of Contents

Class LoginProfile

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

Inheritance
object
LoginProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudOSLogin.v1.Data
Assembly: Google.Apis.CloudOSLogin.v1.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
System.Collections.Generic.IList<T><PosixAccount>

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
System.Collections.Generic.IDictionary<TKey, TValue><string, SshPublicKey>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX