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. |
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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python