includedObjectAttributes property

List<String>? includedObjectAttributes
getter/setter pair

Only objects with the specified attributes will be scanned.

If an object has one of the specified attributes but is inside an excluded bucket, it will not be scanned. Defaults to [ALL_SUPPORTED_OBJECTS]. A profile will be created even if no objects match the included_object_attributes.

Required.

Implementation

core.List<core.String>? includedObjectAttributes;