你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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