FlowAccessControlConfiguration Class
The access control configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelFlowAccessControlConfiguration
Constructor
FlowAccessControlConfiguration(*, triggers: _models.FlowAccessControlConfigurationPolicy | None = None, contents: _models.FlowAccessControlConfigurationPolicy | None = None, actions: _models.FlowAccessControlConfigurationPolicy | None = None, workflow_management: _models.FlowAccessControlConfigurationPolicy | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
triggers
|
The access control configuration for invoking workflow triggers. |
contents
|
The access control configuration for accessing workflow run contents. |
actions
|
The access control configuration for workflow actions. |
workflow_management
|
The access control configuration for workflow management. |
Variables
Name | Description |
---|---|
triggers
|
The access control configuration for invoking workflow triggers. |
contents
|
The access control configuration for accessing workflow run contents. |
actions
|
The access control configuration for workflow actions. |
workflow_management
|
The access control configuration for workflow management. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python