Access Control Action Set: Syntax

Provides actions for managing user access to resources

createBackup Action

Creates a backup if one is not in progress.

Back Up Access Controls
accessControl.createBackup <result=results> <status=rc> /
path="string",
tables=TRUE | FALSE
;

Parameter Descriptions

path="string"

specifies the directory path of the backup location.

tables=TRUE | FALSE

when set to True, backs up each object as a CAS table, instead of persisting the backup to the file system.

DefaultFALSE

createBackup Action

Creates a backup if one is not in progress.

Back Up Access Controls
results, info = s:accessControl_createBackup{
path="string",
tables=true | false
}

Parameter Descriptions

path="string"

specifies the directory path of the backup location.

tables=true | false

when set to True, backs up each object as a CAS table, instead of persisting the backup to the file system.

Defaultfalse

createBackup Action

Creates a backup if one is not in progress.

Back Up Access Controls
results=s.accessControl.createBackup(
path="string",
tables=True | False
)

Parameter Descriptions

path="string"

specifies the directory path of the backup location.

tables=True | False

when set to True, backs up each object as a CAS table, instead of persisting the backup to the file system.

DefaultFalse

createBackup Action

Creates a backup if one is not in progress.

Back Up Access Controls
results <– cas.accessControl.createBackup(s,
path="string",
tables=TRUE | FALSE
)

Parameter Descriptions

path="string"

specifies the directory path of the backup location.

tables=TRUE | FALSE

when set to True, backs up each object as a CAS table, instead of persisting the backup to the file system.

DefaultFALSE
Last updated: February 25, 2026