ids property

List<String>? ids
getter/setter pair

A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.

The match follows AND semantics which means all the ids must match. Limited to 5 matches.

Required.

Implementation

core.List<core.String>? ids;