FlowAccessControlConfiguration Class
The access control configuration.
Constructor
FlowAccessControlConfiguration(*args: Any, **kwargs: Any)
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. |
Attributes
actions
The access control configuration for workflow actions.
actions: _models.FlowAccessControlConfigurationPolicy | None
contents
The access control configuration for accessing workflow run contents.
contents: _models.FlowAccessControlConfigurationPolicy | None
triggers
The access control configuration for invoking workflow triggers.
triggers: _models.FlowAccessControlConfigurationPolicy | None
workflow_management
The access control configuration for workflow management.
workflow_management: _models.FlowAccessControlConfigurationPolicy | None