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 \ V1Methods
__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 |
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 |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
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 |
| Returns | |
|---|---|
| Type | Description |
DeletePosixAccountRequest |
|