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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // UpdateWindowsDeviceAccountActionParameter undocumented
     6  type UpdateWindowsDeviceAccountActionParameter struct {
     7  	// Object is the base model of UpdateWindowsDeviceAccountActionParameter
     8  	Object
     9  	// DeviceAccount undocumented
    10  	DeviceAccount *WindowsDeviceAccount `json:"deviceAccount,omitempty"`
    11  	// PasswordRotationEnabled undocumented
    12  	PasswordRotationEnabled *bool `json:"passwordRotationEnabled,omitempty"`
    13  	// CalendarSyncEnabled undocumented
    14  	CalendarSyncEnabled *bool `json:"calendarSyncEnabled,omitempty"`
    15  	// DeviceAccountEmail undocumented
    16  	DeviceAccountEmail *string `json:"deviceAccountEmail,omitempty"`
    17  	// ExchangeServer undocumented
    18  	ExchangeServer *string `json:"exchangeServer,omitempty"`
    19  	// SessionInitiationProtocalAddress undocumented
    20  	SessionInitiationProtocalAddress *string `json:"sessionInitiationProtocalAddress,omitempty"`
    21  }