Class TriggerAndScopeBasedConditions

java.lang.Object
com.microsoft.graph.identitygovernance.models.WorkflowExecutionConditions
com.microsoft.graph.identitygovernance.models.TriggerAndScopeBasedConditions
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TriggerAndScopeBasedConditions extends WorkflowExecutionConditions implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Trigger And Scope Based Conditions.
  • Field Details

    • scope

      @SerializedName(value="scope", alternate="Scope") @Expose @Nullable public SubjectSet scope
      The Scope. Defines who the workflow runs for.
    • trigger

      @SerializedName(value="trigger", alternate="Trigger") @Expose @Nullable public WorkflowExecutionTrigger trigger
      The Trigger. What triggers a workflow to run.
  • Constructor Details

    • TriggerAndScopeBasedConditions

      public TriggerAndScopeBasedConditions()
  • Method Details

    • 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
      Overrides:
      setRawObject in class WorkflowExecutionConditions
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to