github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelUpdate.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // UpdateRecordingStatusOperation undocumented
     6  type UpdateRecordingStatusOperation struct {
     7  	// CommsOperation is the base model of UpdateRecordingStatusOperation
     8  	CommsOperation
     9  }
    10  
    11  // UpdateWindow undocumented
    12  type UpdateWindow struct {
    13  	// Object is the base model of UpdateWindow
    14  	Object
    15  	// UpdateWindowStartTime undocumented
    16  	UpdateWindowStartTime *TimeOfDay `json:"updateWindowStartTime,omitempty"`
    17  	// UpdateWindowEndTime undocumented
    18  	UpdateWindowEndTime *TimeOfDay `json:"updateWindowEndTime,omitempty"`
    19  }
    20  
    21  // UpdateWindowsDeviceAccountActionParameter undocumented
    22  type UpdateWindowsDeviceAccountActionParameter struct {
    23  	// Object is the base model of UpdateWindowsDeviceAccountActionParameter
    24  	Object
    25  	// DeviceAccount undocumented
    26  	DeviceAccount *WindowsDeviceAccount `json:"deviceAccount,omitempty"`
    27  	// PasswordRotationEnabled undocumented
    28  	PasswordRotationEnabled *bool `json:"passwordRotationEnabled,omitempty"`
    29  	// CalendarSyncEnabled undocumented
    30  	CalendarSyncEnabled *bool `json:"calendarSyncEnabled,omitempty"`
    31  	// DeviceAccountEmail undocumented
    32  	DeviceAccountEmail *string `json:"deviceAccountEmail,omitempty"`
    33  	// ExchangeServer undocumented
    34  	ExchangeServer *string `json:"exchangeServer,omitempty"`
    35  	// SessionInitiationProtocalAddress undocumented
    36  	SessionInitiationProtocalAddress *string `json:"sessionInitiationProtocalAddress,omitempty"`
    37  }