actions property

List<String>? actions
getter/setter pair

Action name provided at token generation.

The action name is not case-sensitive and can only contain alphanumeric characters, slashes, and underscores. If "*" is provided, the rule group applies to all actions. If multiple actions are provided, the rule group is applied to all of them. This field is required.

Required.

Implementation

core.List<core.String>? actions;