blob: 96a2a22f507fcb0e53fd9082af3931b05865d6f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// SecurityBaselineTemplate The security baseline template of the account
type SecurityBaselineTemplate struct {
// DeviceManagementTemplate is the base model of SecurityBaselineTemplate
DeviceManagementTemplate
// DeviceStateSummary undocumented
DeviceStateSummary *SecurityBaselineStateSummary `json:"deviceStateSummary,omitempty"`
// DeviceStates undocumented
DeviceStates []SecurityBaselineDeviceState `json:"deviceStates,omitempty"`
// CategoryDeviceStateSummaries undocumented
CategoryDeviceStateSummaries []SecurityBaselineCategoryStateSummary `json:"categoryDeviceStateSummaries,omitempty"`
}
|