Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Commands > The tarantella object list_attributes command

The tarantella object list_attributes command

Syntax

Skip past command syntax or program codetarantella object list_attributes { --name obj
                                    [--attribute...]
                                  } | --file file

Description

Lists the attributes of an object in the organizational hierarchy.

Argument Description
--name obj Specifies the TFN name of the object you want to list the attributes of.
--attribute... Specifies the attribute names you want to list. The valid attributes depend on the type of object: see the tarantella object new_object_type documentation for the appropriate list. For example, when listing attributes for an application object you can specify --displayusing to list the Display Using attribute.
--file file Specifies a file containing a batch of commands to list attributes.

Note Make sure you quote any object names containing spaces, for example ".../_ens/o=Indigo Insurance".

Examples

Skip past command syntax or program codetarantella object list_attributes \
  --name ".../_ens/o=Indigo Insurance/ou=Sales"

Lists all attributes for the Sales organizational unit.

Skip past command syntax or program codetarantella object list_attributes \
  --name ".../_ens/o=Indigo Insurance/ou=IT/cn=Rusty Spanner" \
  --email --enabled

Lists the Email Address and May Log In To Secure Global Desktop attributes for the person object for Rusty Spanner.

Related topics