FlowAccessControlConfiguration Class   
The access control configuration.
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. 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. |