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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python