Class Impact
A message to group impacts of updating a policy.
Implements
Inherited Members
Namespace: Google.Apis.ServiceUsage .v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class Impact : IDirectResponseSchema
Properties
Detail
Output only. User friendly impact detail in a free form message.
Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImpactType
Output only. The type of impact.
Declaration
[JsonProperty("impactType")]
public virtual string ImpactType { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
The parent resource that the analysis is based on and the service name that the analysis is for. Example:
projects/100/services/compute.googleapis.com
, folders/101/services/compute.googleapis.comand
organizations/102/services/compute.googleapis.com`. Usually, the parent resource here is same as the parent
resource of the analyzed policy. However, for some analysis types, the parent can be different. For example,
for resource existence analysis, if the parent resource of the analyzed policy is a folder or an
organization, the parent resource here can still be the project that contains the resources.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |