Access Control Action Set: Syntax
Provides actions for managing user access to resources
isAuthorizedActions Action
Shows whether access is authorized to actions.
accessControl.isAuthorizedActions <result=results> <status=rc> /
;
indicates a required parameter
Parameter Descriptions
actions={"string-1" <, "string-2", ...>}
specifies one or more action names.
* actionSet="string"
specifies the action set name.
isAuthorizedActions Action
Shows whether access is authorized to actions.
results, info = s:accessControl_isAuthorizedActions{
}
indicates a required parameter
Parameter Descriptions
actions={"string-1" <, "string-2", ...>}
specifies one or more action names.
* actionSet="string"
specifies the action set name.
isAuthorizedActions Action
Shows whether access is authorized to actions.
results=s.accessControl.isAuthorizedActions(
)
indicates a required parameter
Parameter Descriptions
actions=["string-1" <, "string-2", ...>]
specifies one or more action names.
* actionSet="string"
specifies the action set name.
isAuthorizedActions Action
Shows whether access is authorized to actions.
results <– cas.accessControl.isAuthorizedActions(s,
)
indicates a required parameter
Parameter Descriptions
actions=list("string-1" <, "string-2", ...>)
specifies one or more action names.
* actionSet="string"
specifies the action set name.
Last updated: February 25, 2026