Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class AwsAccount.
An AWS account that is a member of an organization.
Generated from protobuf message google.cloud.securitycenter.v2.AwsMetadata.AwsAccount
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ AwsMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
string
The unique identifier (ID) of the account, containing exactly 12 digits. |
↳ name |
string
The friendly name of this account. |
getId
The unique identifier (ID) of the account, containing exactly 12 digits.
Returns | |
---|---|
Type | Description |
string |
setId
The unique identifier (ID) of the account, containing exactly 12 digits.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getName
The friendly name of this account.
Returns | |
---|---|
Type | Description |
string |
setName
The friendly name of this account.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |