Nested Properties
Nested properties can be viewed as children of the parent, but are updated independently, which has the following implications:
- Nested properties generated using this new method cannot be updated in an update rule (update rules are only applicable to user resources).
- Nested properties cannot be maintained through calls to the sync, add, or delete methods on the parent resource collection.
- Nested properties are content managed as separate collections.
Back