Class UsersResource.GetLoginProfileRequest
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.
Inheritance
UsersResource.GetLoginProfileRequest
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1
Assembly: Google.Apis.CloudOSLogin.v1.dll
Syntax
public class UsersResource.GetLoginProfileRequest : CloudOSLoginBaseServiceRequest<LoginProfile>, IClientServiceRequest<LoginProfile>, IClientServiceRequest
Constructors
GetLoginProfileRequest(IClientService, string)
Constructs a new GetLoginProfile request.
Declaration
public GetLoginProfileRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The unique ID for the user in format users/{user}.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectId
Required. The project ID of the Google Cloud Platform project.
Declaration
[RequestParameter("projectId", RequestParameterType.Query)]
public virtual string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
SystemId
Optional. A system ID for filtering the results of the request.
Declaration
[RequestParameter("systemId", RequestParameterType.Query)]
public virtual string SystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes GetLoginProfile parameter list.
Declaration
protected override void InitParameters()