Previous Topic: group list (Group Management)Next Topic: group get (Group Management)--Show Group Information


group info (Group Management)--Show Group Information

Show group information. The information displayed includes: group name, ID, scope, description, principal group members, and the new object ACL definition associated with the group (if any).

Syntax
group info <name> [ --batch ]
Parameters
<name>

Name of the group for which to display information. The name may be specified in one of the following ways:

<group>

Local group.

/<group>

Global group.

<scope>:<type>:<group>

A fully qualified principal name where <scope> is 'global' or 'local', <type> is 'group', and <group> is the group name.

--batch

Display output in UDL format

Examples
group info my-group

Show information for local group 'my-group'.

group info /my-group

Show information for global group 'my-group'.

group info local:group:my-group

Show information for local group 'my-group'.

group info global:group:my-group

Show information for global group 'my-group'.

Note

Only group members who have previously logged in to the grid are listed in the global group membership display.

Output Specification

The output of this command is as follows:

Non-batch output

Group Name     = val
Group ID       = val
Scope          = val
Description    = val

--- Member Information ---
ID                                    Scope    Type    Name
-------------------------------------------------------------------------
val                                   val      val     val
...

The value of Scope is local or global. The value of Type is user or group. If a
local user or local group member has been deleted, the value for Scope, Type and Name is *.

Batch output

group
   {
   name        = "val"
   id          = "val"
   scope       = "val"
   description = "val"
   members
      [
      id="val", scope=val, type=val, name="val"
      ...
      ]
   }