resourceType property

String? resourceType
getter/setter pair

Apply resource_value only to resources that match resource_type.

resource_type will be checked with AND of other resources. For example, "storage.googleapis.com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.googleapis.com/Bucket" resources.

Implementation

core.String? resourceType;