FlowAccessControlConfiguration Class
The access control configuration.
Constructor
FlowAccessControlConfiguration(*, triggers: FlowAccessControlConfigurationPolicy | None = None, contents: FlowAccessControlConfigurationPolicy | None = None, actions: FlowAccessControlConfigurationPolicy | None = None, workflow_management: FlowAccessControlConfigurationPolicy | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
triggers
|
The access control configuration for invoking workflow triggers. Default value: None
|
contents
|
The access control configuration for accessing workflow run contents. Default value: None
|
actions
|
The access control configuration for workflow actions. Default value: None
|
workflow_management
|
The access control configuration for workflow management. Default value: None
|
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. |