Class GetLoginProfileRequest (2.2.0)

public sealed class GetLoginProfileRequest : IMessage<GetLoginProfileRequest>, IEquatable<GetLoginProfileRequest>, IDeepCloneable<GetLoginProfileRequest>, IBufferMessage, IMessage

A request message for retrieving the login profile information for a user.

Inheritance

Object > GetLoginProfileRequest

Namespace

Google.Cloud.OsLogin.V1

Assembly

Google.Cloud.OsLogin.V1.dll

Constructors

GetLoginProfileRequest()

public GetLoginProfileRequest()

GetLoginProfileRequest(GetLoginProfileRequest)

public GetLoginProfileRequest(GetLoginProfileRequest other)
Parameter
NameDescription
otherGetLoginProfileRequest

Properties

Name

public string Name { get; set; }

Required. The unique ID for the user in format users/{user}.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

The project ID of the Google Cloud Platform project.

Property Value
TypeDescription
String

SystemId

public string SystemId { get; set; }

A system ID for filtering the results of the request.

Property Value
TypeDescription
String

UserName

public UserName UserName { get; set; }

Google.Cloud.OsLogin.Common.UserName-typed view over the Name resource name property.

Property Value
TypeDescription
Google.Cloud.OsLogin.Common.UserName