Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1010 Bytes

MoVersionContext.md

File metadata and controls

15 lines (11 loc) · 1010 Bytes

MoVersionContext

VersionContext contains the versioning info for an object.

Properties

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']

[Back to Model list] [Back to API list] [Back to README]