BehaviorOption


Description

Defines one of the possible actions for a policy behavior. Each behavior has a set of behavior options, one of which will be selected and applied to the object being acted on.

Properties

Property

Type

Length

Default

Description

Key

BehaviorOptionKey

N/A

N/A

The behavior key object that uniquely identifies the behavior. This property is read-only.

Name

string

N/A

N/A

The name of the behavior option. This property is read-only.

Description

string

N/A

N/A

A description of the behavior option. This property is read-only.

Parameters

ArrayOfParameter

N/A

N/A

A collection of parameters for the behavior option. Not all behavior options have parameters.



Documentation Feedback