次の方法で共有


UpdateProcessRuleRequest interface

規則を更新するためのクラス/オブジェクトを要求します。

Extends

プロパティ

id

ルールを一意に識別する ID。

継承されたプロパティ

actions

ルールがトリガーされたときに実行するアクションの一覧。

conditions

ルールをトリガーする必要がある条件の一覧。

isDisabled

ルールが無効になっているかどうかを示します。

name

ルールの名前。

プロパティの詳細

id

ルールを一意に識別する ID。

id: string

プロパティ値

string

継承されたプロパティの詳細

actions

ルールがトリガーされたときに実行するアクションの一覧。

actions: RuleAction[]

プロパティ値

CreateProcessRuleRequest.actionsから継承

conditions

ルールをトリガーする必要がある条件の一覧。

conditions: RuleCondition[]

プロパティ値

CreateProcessRuleRequest.conditionsから継承

isDisabled

ルールが無効になっているかどうかを示します。

isDisabled: boolean

プロパティ値

boolean

CreateProcessRuleRequest.isDisabledから継承

name

ルールの名前。

name: string

プロパティ値

string

CreateProcessRuleRequest.nameから継承