Access Control Action Set: Syntax

Provides actions for managing user access to resources

listAcsActionSet Action

Lists access controls for an action or action set.

accessControl.listAcsActionSet <result=results> <status=rc> /
action="string",
actionSet="string",
required parameter listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"
;
indicates a required parameter

Parameter Descriptions

action="string"

specifies the action name.

actionSet="string"

specifies the action set name.

* listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"

specifies the type of access controls to list.

listAcsActionSet Action

Lists access controls for an action or action set.

results, info = s:accessControl_listAcsActionSet{
action="string",
actionSet="string",
required parameter listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"
}
indicates a required parameter

Parameter Descriptions

action="string"

specifies the action name.

actionSet="string"

specifies the action set name.

* listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"

specifies the type of access controls to list.

listAcsActionSet Action

Lists access controls for an action or action set.

results=s.accessControl.listAcsActionSet(
action="string",
actionSet="string",
required parameter listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"
)
indicates a required parameter

Parameter Descriptions

action="string"

specifies the action name.

actionSet="string"

specifies the action set name.

* listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"

specifies the type of access controls to list.

listAcsActionSet Action

Lists access controls for an action or action set.

results <– cas.accessControl.listAcsActionSet(s,
action="string",
actionSet="string",
required parameter listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"
)
indicates a required parameter

Parameter Descriptions

action="string"

specifies the action name.

actionSet="string"

specifies the action set name.

* listType="ALL" | "DIRECT" | "EFFECTIVE" | "INHERITED"

specifies the type of access controls to list.

Last updated: February 25, 2026