Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class AwsOrganization.
An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies.
Generated from protobuf message google.cloud.securitycenter.v1.AwsMetadata.AwsOrganization
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ AwsMetadataMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ id | stringThe unique identifier (ID) for the organization. The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits. | 
getId
The unique identifier (ID) for the organization. The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setId
The unique identifier (ID) for the organization. The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |