Class FlowAccessControlConfiguration

java.lang.Object
com.azure.resourcemanager.appservice.models.FlowAccessControlConfiguration
All Implemented Interfaces:
com.azure.json.JsonSerializable<FlowAccessControlConfiguration>

public final class FlowAccessControlConfiguration extends Object implements com.azure.json.JsonSerializable<FlowAccessControlConfiguration>
The access control configuration.
  • Constructor Details

    • FlowAccessControlConfiguration

      public FlowAccessControlConfiguration()
      Creates an instance of FlowAccessControlConfiguration class.
  • 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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<FlowAccessControlConfiguration>
      Throws:
      IOException
    • fromJson

      public static FlowAccessControlConfiguration fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of FlowAccessControlConfiguration from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of FlowAccessControlConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the FlowAccessControlConfiguration.