public sealed class GetLoginProfileRequest : IMessage<GetLoginProfileRequest>, IEquatable<GetLoginProfileRequest>, IDeepCloneable<GetLoginProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1 API class GetLoginProfileRequest.
A request message for retrieving the login profile information for a user.
Implements
IMessageGetLoginProfileRequest, IEquatableGetLoginProfileRequest, IDeepCloneableGetLoginProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OsLogin.V1Assembly
Google.Cloud.OsLogin.V1.dll
Constructors
GetLoginProfileRequest()
public GetLoginProfileRequest()
GetLoginProfileRequest(GetLoginProfileRequest)
public GetLoginProfileRequest(GetLoginProfileRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetLoginProfileRequest |
Properties
Name
public string Name { get; set; }
Required. The unique ID for the user in format users/{user}
.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
The project ID of the Google Cloud Platform project.
Property Value | |
---|---|
Type | Description |
string |
SystemId
public string SystemId { get; set; }
A system ID for filtering the results of the request.
Property Value | |
---|---|
Type | Description |
string |
UserName
public UserName UserName { get; set; }
Property Value | |
---|---|
Type | Description |
UserName |