Class FlowAccessControlConfiguration

java.lang.Object
com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration

public final class FlowAccessControlConfiguration extends Object
The access control configuration.
  • Constructor Details

    • FlowAccessControlConfiguration

      public FlowAccessControlConfiguration()
  • Method Details

    • triggers

      Get the triggers property: The access control configuration for invoking workflow triggers.
      Returns:
      the triggers value.
    • withTriggers

      Set the triggers property: The access control configuration for invoking workflow triggers.
      Parameters:
      triggers - the triggers value to set.
      Returns:
      the FlowAccessControlConfiguration object itself.
    • contents

      Get the contents property: The access control configuration for accessing workflow run contents.
      Returns:
      the contents value.
    • withContents

      Set the contents property: The access control configuration for accessing workflow run contents.
      Parameters:
      contents - the contents value to set.
      Returns:
      the FlowAccessControlConfiguration object itself.
    • actions

      Get the actions property: The access control configuration for workflow actions.
      Returns:
      the actions value.
    • withActions

      Set the actions property: The access control configuration for workflow actions.
      Parameters:
      actions - the actions value to set.
      Returns:
      the FlowAccessControlConfiguration object itself.
    • workflowManagement

      public FlowAccessControlConfigurationPolicy workflowManagement()
      Get the workflowManagement property: The access control configuration for workflow management.
      Returns:
      the workflowManagement value.
    • withWorkflowManagement

      public FlowAccessControlConfiguration withWorkflowManagement(FlowAccessControlConfigurationPolicy workflowManagement)
      Set the workflowManagement property: The access control configuration for workflow management.
      Parameters:
      workflowManagement - the workflowManagement value to set.
      Returns:
      the FlowAccessControlConfiguration object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.