Resource: OrganizationImpact
Represents impact to assets at organizational level. It is a read-only view and does not allow any modifications.
JSON representation |
---|
{
"name": string,
"events": [
string
],
"asset": {
object ( |
Fields | |
---|---|
name |
Output only. Unique name of the organization impact in this scope including organization and location using the form
|
events[] |
Output only. A list of event names impacting the asset. |
asset |
Output only. Google Cloud asset possibly impacted by the specified events. |
updateTime |
Output only. The time when the affected project was last modified. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Asset
Represents the asset impacted by the events.
JSON representation |
---|
{ "assetName": string, "assetType": string } |
Fields | |
---|---|
assetName |
Output only. Full name of the resource as defined in Resource Names. |
assetType |
Output only. Type of the asset. Example: |
Methods |
|
---|---|
|
Retrieves a resource containing information about impact to an asset under an organization affected by a service health event. |
|
Lists assets impacted by organization events under a given organization and location. |