// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph import "time" // SecureScoreControlStateUpdate undocumented type SecureScoreControlStateUpdate struct { // Object is the base model of SecureScoreControlStateUpdate Object // AssignedTo undocumented AssignedTo *string `json:"assignedTo,omitempty"` // Comment undocumented Comment *string `json:"comment,omitempty"` // State undocumented State *string `json:"state,omitempty"` // UpdatedBy undocumented UpdatedBy *string `json:"updatedBy,omitempty"` // UpdatedDateTime undocumented UpdatedDateTime *time.Time `json:"updatedDateTime,omitempty"` }