Class SecureScoreControlStateUpdate

java.lang.Object
com.microsoft.graph.models.SecureScoreControlStateUpdate
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SecureScoreControlStateUpdate extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Secure Score Control State Update.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • assignedTo

      @SerializedName(value="assignedTo", alternate="AssignedTo") @Expose @Nullable public String assignedTo
      The Assigned To. Assigns the control to the user who will take the action.
    • comment

      @SerializedName(value="comment", alternate="Comment") @Expose @Nullable public String comment
      The Comment. Provides optional comment about the control.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public String state
      The State. State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty).
    • updatedBy

      @SerializedName(value="updatedBy", alternate="UpdatedBy") @Expose @Nullable public String updatedBy
      The Updated By. ID of the user who updated tenant state.
    • updatedDateTime

      @SerializedName(value="updatedDateTime", alternate="UpdatedDateTime") @Expose @Nullable public OffsetDateTime updatedDateTime
      The Updated Date Time. Time at which the control state was updated.
  • Constructor Details

    • SecureScoreControlStateUpdate

      public SecureScoreControlStateUpdate()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to