Behaviors to apply the authorizer to. By default the authorizer is applied to the default
behavior. To apply to other behaviors, pass a list of keys of the additionalBehaviors property,
in addition to default if the authorizer should also be applied to the default behavior.
Empty array [] is not allowed
Example
['default', 'my-additional-behavior'] // Apply to the default and my-additional-behavior
Example
['my-additional-behavior'] // apply only to my-additional-behavior
Behaviors to apply the authorizer to. By default the authorizer is applied to the
defaultbehavior. To apply to other behaviors, pass a list of keys of theadditionalBehaviorsproperty, in addition todefaultif the authorizer should also be applied to thedefaultbehavior. Empty array[]is not allowed