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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python