Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.2 KB

Policy.md

File metadata and controls

18 lines (15 loc) · 1.2 KB

Policy

Properties

Name Type Description Notes
DateCreated time.Time Time object record was created in ISO 8601 format. For example 2019-05-08T05:30:30.206Z [optional] [default to null]
DateModified time.Time Time object record was last modified in ISO 8601 format. For example '2019-05-08T05:30:30.206Z' [optional] [default to null]
CreatedBy *UserRef [optional] [default to null]
ModifiedBy *UserRef [optional] [default to null]
Id string [optional] [default to null]
Name string The name of the policy [optional] [default to null]
Type_ *PolicyType [optional] [default to null]
AssignedEdges []string [optional] [default to null]
Hubs []EdgeRef [optional] [default to null]
Config *PolicyConfig [optional] [default to null]

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