5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 21:46:57 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/DeviceComplianceUserStatusModel.go

22 lines
806 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// DeviceComplianceUserStatus undocumented
type DeviceComplianceUserStatus struct {
// Entity is the base model of DeviceComplianceUserStatus
Entity
// UserDisplayName User name of the DevicePolicyStatus.
UserDisplayName *string `json:"userDisplayName,omitempty"`
// DevicesCount Devices count for that user.
DevicesCount *int `json:"devicesCount,omitempty"`
// Status Compliance status of the policy report.
Status *ComplianceStatus `json:"status,omitempty"`
// LastReportedDateTime Last modified date time of the policy report.
LastReportedDateTime *time.Time `json:"lastReportedDateTime,omitempty"`
// UserPrincipalName UserPrincipalName.
UserPrincipalName *string `json:"userPrincipalName,omitempty"`
}