Class ResourceTypes
Set multiple resource types for one policy, for example:
resourceTypes: included: -
compute.googleapis.com/Instance - compute.googleapis.com/Disk
Constraint definition contains an empty
resource type in order to support multiple resource types in the policy. Only supports managed constraints.
Method type is GOVERN_TAGS.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class ResourceTypes : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Included
Optional. The resource types we currently support.
Declaration
[JsonProperty("included")]
public virtual IList<string> Included { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |