Display the grid ACL, or display that portion of the grid ACL which relates to a particular principal.
grid get_acl [ <principal> ] [ --batch ]
Display only that portion of the grid ACL which pertains to the specified principal. <principal> is in the form <scope>:<type>:<name> where <scope> is global or local, <type> is user or group, and <name> is the user or group name.
Display output in UDL format.
grid get_acl
Display the grid ACL.
grid get_acl local:user:admin
Display the grid ACL entry for local user 'admin'.
The output of this command is as follows:
1. Non-batch output:
--- Owner Information --- ID Scope Type Name ------------------------------------------------------------------------- val val val val --- Entry Information --- ID Scope Type Name Access -------------------------------------------------------------------------------- val val val val val ... The value of Scope is local or global. The value of Type is user or group. The value of Access is a comma separated list of access levels or permissions.
1. Batch output:
acl
{
owner : id="val" # scope type name
entries
[
id="val", access_level1, ... access_levelN, permission1, ... permissionN # scope type name
...
]
}
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |