Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class AwsAccount.
An AWS account that is a member of an organization.
Generated from protobuf message google.cloud.securitycenter.v1.AwsMetadata.AwsAccount
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ AwsMetadataMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ id | stringThe unique identifier (ID) of the account, containing exactly 12 digits. | 
| ↳ name | stringThe 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 | |