Class UsersResource.ProjectsResource.ProvisionPosixAccountRequest
Create a POSIX account if it doesn't exist.
Inheritance
UsersResource.ProjectsResource.ProvisionPosixAccountRequest
Inherited Members
Namespace: Google.Apis.CloudOSLogin.v1alpha
Assembly: Google.Apis.CloudOSLogin.v1alpha.dll
Syntax
public class UsersResource.ProjectsResource.ProvisionPosixAccountRequest : CloudOSLoginBaseServiceRequest<PosixAccount>, IClientServiceRequest<PosixAccount>, IClientServiceRequest
Constructors
ProvisionPosixAccountRequest(IClientService, ProvisionPosixAccountRequest, string)
Constructs a new ProvisionPosixAccount request.
Declaration
public ProvisionPosixAccountRequest(IClientService service, ProvisionPosixAccountRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ProvisionPosixAccountRequest | body | |
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}/projects/{project}
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ProvisionPosixAccount parameter list.
Declaration
protected override void InitParameters()