Class LogicAppTriggerEndpointConfiguration

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

public class LogicAppTriggerEndpointConfiguration extends CustomExtensionEndpointConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Logic App Trigger Endpoint Configuration.
  • Field Details

    • logicAppWorkflowName

      @SerializedName(value="logicAppWorkflowName", alternate="LogicAppWorkflowName") @Expose @Nullable public String logicAppWorkflowName
      The Logic App Workflow Name. The name of the logic app.
    • resourceGroupName

      @SerializedName(value="resourceGroupName", alternate="ResourceGroupName") @Expose @Nullable public String resourceGroupName
      The Resource Group Name. The Azure resource group name for the logic app.
    • subscriptionId

      @SerializedName(value="subscriptionId", alternate="SubscriptionId") @Expose @Nullable public String subscriptionId
      The Subscription Id. Identifier of the Azure subscription for the logic app.
    • url

      @SerializedName(value="url", alternate="Url") @Expose @Nullable public String url
      The Url. The URL to the logic app endpoint that will be triggered. Only required for app-only token scenarios where app is creating a customCalloutExtension without a signed-in user.
  • Constructor Details

    • LogicAppTriggerEndpointConfiguration

      public LogicAppTriggerEndpointConfiguration()
  • 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 CustomExtensionEndpointConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to