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
. Refer go/multi-resource-support-force-tags-gmc to get more details.
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. cloud/orgpolicy/customconstraintconfig/prod/resource_types.prototext
Declaration
[JsonProperty("included")]
public virtual IList<string> Included { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |