resourceAttributes property

List<Attribute>? resourceAttributes
getter/setter pair

The resources that this policy applies to.

A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.

Implementation

core.List<Attribute>? resourceAttributes;