blob: 6295c0f0330227c7e4cde32c6feef10d3b44d15b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceComplianceScheduledActionForRule Scheduled Action for Rule
type DeviceComplianceScheduledActionForRule struct {
// Entity is the base model of DeviceComplianceScheduledActionForRule
Entity
// RuleName Name of the rule which this scheduled action applies to.
RuleName *string `json:"ruleName,omitempty"`
// ScheduledActionConfigurations undocumented
ScheduledActionConfigurations []DeviceComplianceActionItem `json:"scheduledActionConfigurations,omitempty"`
}
|