FlowAccessControlConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FlowAccessControlConfiguration
- com.
Implements
public final class FlowAccessControlConfiguration
implements JsonSerializable<FlowAccessControlConfiguration>
The access control configuration.
Constructor Summary
Constructor | Description |
---|---|
FlowAccessControlConfiguration() |
Creates an instance of Flow |
Method Summary
Modifier and Type | Method and Description |
---|---|
Flow |
actions()
Get the actions property: The access control configuration for workflow actions. |
Flow |
contents()
Get the contents property: The access control configuration for accessing workflow run contents. |
static
Flow |
fromJson(JsonReader jsonReader)
Reads an instance of Flow |
Json |
toJson(JsonWriter jsonWriter) |
Flow |
triggers()
Get the triggers property: The access control configuration for invoking workflow triggers. |
void |
validate()
Validates the instance. |
Flow |
withActions(FlowAccessControlConfigurationPolicy actions)
Set the actions property: The access control configuration for workflow actions. |
Flow |
withContents(FlowAccessControlConfigurationPolicy contents)
Set the contents property: The access control configuration for accessing workflow run contents. |
Flow |
withTriggers(FlowAccessControlConfigurationPolicy triggers)
Set the triggers property: The access control configuration for invoking workflow triggers. |
Flow |
withWorkflowManagement(FlowAccessControlConfigurationPolicy workflowManagement)
Set the workflow |
Flow |
workflowManagement()
Get the workflow |
Methods inherited from java.lang.Object
Constructor Details
FlowAccessControlConfiguration
public FlowAccessControlConfiguration()
Creates an instance of FlowAccessControlConfiguration class.
Method Details
actions
public FlowAccessControlConfigurationPolicy actions()
Get the actions property: The access control configuration for workflow actions.
Returns:
contents
public FlowAccessControlConfigurationPolicy contents()
Get the contents property: The access control configuration for accessing workflow run contents.
Returns:
fromJson
public static FlowAccessControlConfiguration fromJson(JsonReader jsonReader)
Reads an instance of FlowAccessControlConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
toJson
triggers
public FlowAccessControlConfigurationPolicy triggers()
Get the triggers property: The access control configuration for invoking workflow triggers.
Returns:
validate
public void validate()
Validates the instance.
withActions
public FlowAccessControlConfiguration withActions(FlowAccessControlConfigurationPolicy actions)
Set the actions property: The access control configuration for workflow actions.
Parameters:
Returns:
withContents
public FlowAccessControlConfiguration withContents(FlowAccessControlConfigurationPolicy contents)
Set the contents property: The access control configuration for accessing workflow run contents.
Parameters:
Returns:
withTriggers
public FlowAccessControlConfiguration withTriggers(FlowAccessControlConfigurationPolicy triggers)
Set the triggers property: The access control configuration for invoking workflow triggers.
Parameters:
Returns:
withWorkflowManagement
public FlowAccessControlConfiguration withWorkflowManagement(FlowAccessControlConfigurationPolicy workflowManagement)
Set the workflowManagement property: The access control configuration for workflow management.
Parameters:
Returns:
workflowManagement
public FlowAccessControlConfigurationPolicy workflowManagement()
Get the workflowManagement property: The access control configuration for workflow management.
Returns:
Applies to
Azure SDK for Java