Google Cloud OsLogin V1 Client - Class DeletePosixAccountRequest (1.9.0)

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

A request message for deleting a POSIX account entry.

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

Namespace

Google \ Cloud \ OsLogin \ V1

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

static::build

Parameter
NameDescription
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}. Please see Google\Cloud\OsLogin\V1\OsLoginServiceClient::posixAccountName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\OsLogin\V1\DeletePosixAccountRequest