Access Control Action Set: Syntax

Provides actions for managing user access to resources

operDAPaths Action

Configures a denylist or allowlist of paths.

accessControl.operDAPaths <result=results> <status=rc> /
required parameter caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
paths
={{
required parameter caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
required parameter path="string"
}, {...}},
required parameter task="ADD" | "LIST" | "REPLACE",
type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"
;
indicates a required parameter

Parameter Descriptions

* caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED

paths={{paths-1} <, {paths-2}, ...>}

specifies a list of paths for the allowlist or denylist.

The paths value can be one or more of the following:

* caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED
* path="string"

specifies a path for a caslib that uses a directory-based path as a data source.

* task="ADD" | "LIST" | "REPLACE"

specifies the operation to perform.

DefaultADD

type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"

specifies the type of list.

DefaultUNSPECIFIED

operDAPaths Action

Configures a denylist or allowlist of paths.

results, info = s:accessControl_operDAPaths{
required parameter caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
paths
={{
required parameter caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
required parameter path="string"
}, {...}},
required parameter task="ADD" | "LIST" | "REPLACE",
type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"
}
indicates a required parameter

Parameter Descriptions

* caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED

paths={{paths-1} <, {paths-2}, ...>}

specifies a list of paths for the allowlist or denylist.

The paths value can be one or more of the following:

* caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED
* path="string"

specifies a path for a caslib that uses a directory-based path as a data source.

* task="ADD" | "LIST" | "REPLACE"

specifies the operation to perform.

DefaultADD

type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"

specifies the type of list.

DefaultUNSPECIFIED

operDAPaths Action

Configures a denylist or allowlist of paths.

results=s.accessControl.operDAPaths(
required parameter caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
paths
=[{
required parameter "caslibSrcType":"CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
required parameter "path":"string"
}<, {...}>],
required parameter task="ADD" | "LIST" | "REPLACE",
type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"
)
indicates a required parameter

Parameter Descriptions

* caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED

paths=[{paths-1} <, {paths-2}, ...>]

specifies a list of paths for the allowlist or denylist.

The paths value can be one or more of the following:

* "caslibSrcType":"CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED
* "path":"string"

specifies a path for a caslib that uses a directory-based path as a data source.

* task="ADD" | "LIST" | "REPLACE"

specifies the operation to perform.

DefaultADD

type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"

specifies the type of list.

DefaultUNSPECIFIED

operDAPaths Action

Configures a denylist or allowlist of paths.

results <– cas.accessControl.operDAPaths(s,
required parameter caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
paths
=list( list(
required parameter caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED",
required parameter path="string"
) <, list(...)>),
required parameter task="ADD" | "LIST" | "REPLACE",
type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"
)
indicates a required parameter

Parameter Descriptions

* caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED

paths=list( list(paths-1) <, list(paths-2), ...>)

specifies a list of paths for the allowlist or denylist.

The paths value can be one or more of the following:

* caslibSrcType="CONNECTION" | "DNFS" | "ESP" | "HDFS" | "LASR" | "PATH" | "S3" | "UNSPECIFIED"

specifies the data source type of the caslibs with which to work.

DefaultUNSPECIFIED
* path="string"

specifies a path for a caslib that uses a directory-based path as a data source.

* task="ADD" | "LIST" | "REPLACE"

specifies the operation to perform.

DefaultADD

type="ALLOWLIST" | "DENYLIST" | "UNSPECIFIED"

specifies the type of list.

DefaultUNSPECIFIED
Last updated: July 15, 2026