Nestedaggregation
The nested aggregation object.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | The name of the nested aggregate to be included in the result. | [required] |
| type | str | The type of the nested object. | [required] |
| } |
Example
from sailpoint.access_model_metadata.models.nestedaggregation import Nestedaggregation
nestedaggregation = Nestedaggregation(
name='id',
type='access'
)