public sealed class GetLoginProfileRequest : IMessage<GetLoginProfileRequest>, IEquatable<GetLoginProfileRequest>, IDeepCloneable<GetLoginProfileRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud OS Login v1beta API class GetLoginProfileRequest.
A request message for retrieving the login profile information for a user.
Implements
IMessageGetLoginProfileRequest, IEquatableGetLoginProfileRequest, IDeepCloneableGetLoginProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OsLogin.V1BetaAssembly
Google.Cloud.OsLogin.V1Beta.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 |
|
View
public LoginProfileView View { get; set; }The view configures whether to retrieve security keys information.
| Property Value | |
|---|---|
| Type | Description |
LoginProfileView |
|