public sealed class GetLoginProfileRequest : IMessage<GetLoginProfileRequest>, IEquatable<GetLoginProfileRequest>, IDeepCloneable<GetLoginProfileRequest>, IBufferMessage, IMessage
A request message for retrieving the login profile information for a user.
Implements
IMessage<GetLoginProfileRequest>, IEquatable<GetLoginProfileRequest>, IDeepCloneable<GetLoginProfileRequest>, 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 |