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.v1beta
Assembly: Google.Apis.CloudOSLogin.v1beta.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
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
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 |
View
The view configures whether to retrieve security keys information.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual UsersResource.GetLoginProfileRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
UsersResource.GetLoginProfileRequest.ViewEnum? |
Methods
InitParameters()
Initializes GetLoginProfile parameter list.
Declaration
protected override void InitParameters()