Class WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet

java.lang.Object
com.microsoft.graph.models.WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet

public class WindowsAutopilotDeviceIdentityUpdateDevicePropertiesParameterSet extends Object
The class for the Windows Autopilot Device Identity Update Device Properties Parameter Set.
  • Field Details

    • userPrincipalName

      @SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalName
      The user Principal Name.
    • addressableUserName

      @SerializedName(value="addressableUserName", alternate="AddressableUserName") @Expose @Nullable public String addressableUserName
      The addressable User Name.
    • groupTag

      @SerializedName(value="groupTag", alternate="GroupTag") @Expose @Nullable public String groupTag
      The group Tag.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The display Name.
  • Constructor Details

  • Method Details