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> /
actions={"string-1" <, "string-2", ...>},
required parameter actionSet="string",
;
indicates a required parameter

Parameter Descriptions

actions={"string-1" <, "string-2", ...>}

specifies one or more action names.

* actionSet="string"

specifies the action set name.

* permission="EXECUTE" | "MANAGEACCESS" | "READINFO"

specifies the permission type.

DefaultEXECUTE
EXECUTE

affects the ability to run an action.

MANAGEACCESS

affects the ability to set access controls.

READINFO

affects the ability to view and traverse objects.

isAuthorizedActions Action

Shows whether access is authorized to actions.

results, info = s:accessControl_isAuthorizedActions{
actions={"string-1" <, "string-2", ...>},
required parameter actionSet="string",
}
indicates a required parameter

Parameter Descriptions

actions={"string-1" <, "string-2", ...>}

specifies one or more action names.

* actionSet="string"

specifies the action set name.

* permission="EXECUTE" | "MANAGEACCESS" | "READINFO"

specifies the permission type.

DefaultEXECUTE
EXECUTE

affects the ability to run an action.

MANAGEACCESS

affects the ability to set access controls.

READINFO

affects the ability to view and traverse objects.

isAuthorizedActions Action

Shows whether access is authorized to actions.

results=s.accessControl.isAuthorizedActions(
actions=["string-1" <, "string-2", ...>],
required parameter actionSet="string",
)
indicates a required parameter

Parameter Descriptions

actions=["string-1" <, "string-2", ...>]

specifies one or more action names.

* actionSet="string"

specifies the action set name.

* permission="EXECUTE" | "MANAGEACCESS" | "READINFO"

specifies the permission type.

DefaultEXECUTE
EXECUTE

affects the ability to run an action.

MANAGEACCESS

affects the ability to set access controls.

READINFO

affects the ability to view and traverse objects.

isAuthorizedActions Action

Shows whether access is authorized to actions.

results <– cas.accessControl.isAuthorizedActions(s,
actions=list("string-1" <, "string-2", ...>),
required parameter actionSet="string",
)
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.

* permission="EXECUTE" | "MANAGEACCESS" | "READINFO"

specifies the permission type.

DefaultEXECUTE
EXECUTE

affects the ability to run an action.

MANAGEACCESS

affects the ability to set access controls.

READINFO

affects the ability to view and traverse objects.

Last updated: February 25, 2026