Show / Hide Table of Contents

Class UsersResource.ProjectsResource

The "projects" collection of methods.

Inheritance
object
UsersResource.ProjectsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudOSLogin.v1
Assembly: Google.Apis.CloudOSLogin.v1.dll
Syntax
public class UsersResource.ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string)

Deletes a POSIX account.

Declaration
public virtual UsersResource.ProjectsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. A reference to the POSIX account to update. POSIX accounts are identified by the project ID they are associated with. A reference to the POSIX account is in format users/{user}/projects/{project}.

Returns
Type Description
UsersResource.ProjectsResource.DeleteRequest
In this article
Back to top Generated by DocFX