Google Cloud OsLogin V1beta Client - Class DeletePosixAccountRequest (1.9.5)

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
Name Description
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
Type Description
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
Name Description
var string
Returns
Type Description
$this