Google Cloud OsLogin V1beta Client - Class DeletePosixAccountRequest (1.7.0)

Reference documentation and code samples for the Google Cloud OsLogin V1beta Client class DeletePosixAccountRequest.

A request message for deleting a POSIX account entry.

Generated from protobuf message google.cloud.oslogin.v1beta.DeletePosixAccountRequest

Namespace

Google \ Cloud \ OsLogin \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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}.

getName

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
TypeDescription
string

setName

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}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this