Access Control Action Set: Syntax

Provides actions for managing user access to resources

operAdminMd Action

Assigns users and groups to roles and modifies administrator metadata.

Designate a Superuser
accessControl.operAdminMd <result=results> <status=rc> /
required parameter admin="string",
required parameter adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED",
description="string",
identity="string",
required parameter identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER",
newName="string",
required parameter task="ADD" | "DELETE" | "UPDATE"
;
indicates a required parameter

Parameter Descriptions

* admin="string"

names the administrator.

* adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED"

specifies the type of administrator.

DefaultSUPERUSER

description="string"

specifies the purpose of the access control.

identity="string"

specifies the user or group.

* identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER"

specifies the type of identity that is associated with the access control.

DefaultUNSPECIFIED

newName="string"

specifies the new name of an existing object in metadata.

* task="ADD" | "DELETE" | "UPDATE"

specifies the operation to perform.

DefaultADD

operAdminMd Action

Assigns users and groups to roles and modifies administrator metadata.

Designate a Superuser
results, info = s:accessControl_operAdminMd{
required parameter admin="string",
required parameter adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED",
description="string",
identity="string",
required parameter identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER",
newName="string",
required parameter task="ADD" | "DELETE" | "UPDATE"
}
indicates a required parameter

Parameter Descriptions

* admin="string"

names the administrator.

* adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED"

specifies the type of administrator.

DefaultSUPERUSER

description="string"

specifies the purpose of the access control.

identity="string"

specifies the user or group.

* identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER"

specifies the type of identity that is associated with the access control.

DefaultUNSPECIFIED

newName="string"

specifies the new name of an existing object in metadata.

* task="ADD" | "DELETE" | "UPDATE"

specifies the operation to perform.

DefaultADD

operAdminMd Action

Assigns users and groups to roles and modifies administrator metadata.

Designate a Superuser
results=s.accessControl.operAdminMd(
required parameter admin="string",
required parameter adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED",
description="string",
identity="string",
required parameter identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER",
newName="string",
required parameter task="ADD" | "DELETE" | "UPDATE"
)
indicates a required parameter

Parameter Descriptions

* admin="string"

names the administrator.

* adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED"

specifies the type of administrator.

DefaultSUPERUSER

description="string"

specifies the purpose of the access control.

identity="string"

specifies the user or group.

* identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER"

specifies the type of identity that is associated with the access control.

DefaultUNSPECIFIED

newName="string"

specifies the new name of an existing object in metadata.

* task="ADD" | "DELETE" | "UPDATE"

specifies the operation to perform.

DefaultADD

operAdminMd Action

Assigns users and groups to roles and modifies administrator metadata.

Designate a Superuser
results <– cas.accessControl.operAdminMd(s,
required parameter admin="string",
required parameter adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED",
description="string",
identity="string",
required parameter identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER",
newName="string",
required parameter task="ADD" | "DELETE" | "UPDATE"
)
indicates a required parameter

Parameter Descriptions

* admin="string"

names the administrator.

* adminRole="ACTION" | "DATA" | "SUPERUSER" | "UNSPECIFIED"

specifies the type of administrator.

DefaultSUPERUSER

description="string"

specifies the purpose of the access control.

identity="string"

specifies the user or group.

* identityType="GROUP" | "GUEST" | "UNSPECIFIED" | "USER"

specifies the type of identity that is associated with the access control.

DefaultUNSPECIFIED

newName="string"

specifies the new name of an existing object in metadata.

* task="ADD" | "DELETE" | "UPDATE"

specifies the operation to perform.

DefaultADD
Last updated: July 15, 2026