VersionContext contains the versioning info for an object.
Name | Type | Description | Notes |
---|---|---|---|
interested_mos | list[MoMoRef] | [optional] | |
ref_mo | MoMoRef | [optional] | |
timestamp | datetime | The time this versioned Managed Object was created. | [optional] [readonly] |
version | str | The version of the Managed Object, e.g. an incrementing number or a hash id. | [optional] [readonly] |
version_type | str | Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints. | [optional] [readonly] [default to 'Modified'] |