auth partitionΒΆ

auth partition(1)	      BIG-IP TMSH Manual	     auth partition(1)



NAME
       partition - Configures administrative partitions that implement access
       control for BIG-IP(r) system users.

MODULE
       auth

SYNTAX
       Configure the partition component within the auth module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create partition [name]
	modify partition [name]
	  options:
	    default-route-domain [ID]
	    description [string]

   DISPLAY
	list partition
	list partition [ [ [name] | [glob] | [regex] ] ...]
	show running-config partition
	show running-config partition [ [ [name] | [glob] | [regex] ] ...]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete partition [name]
	  options:
	    all

DESCRIPTION
       An administrative partition is a logical container that you create,
       containing a defined set of BIG-IP system objects, such as virtual
       servers, pools, and profiles. When a specific set of objects resides in
       a partition, you can then give certain users the authority to view and
       manage the objects in that partition only, rather than all objects on
       the BIG-IP system. This gives a finer degree of administrative control.

       You can configure administrative partitions, only if the Administrator
       user role is assigned to your user account.

EXAMPLES
       create partition partition_A description "Repository for application_A
       objects"

       Creates a partition named partition_A that contains objects related to
       application_A.

       delete partition partition_B

       Deletes the partition named partition_B.

OPTIONS
       description
	    Describes the contents of the partition. If you use spaces in the
	    description, you must put quotation marks around the descriptive
	    text, for example, "This partition contains local traffic
	    management objects for managing HTTP traffic."

       default-route-domain
	    Specifies the ID of the route domain that is associated with the
	    IP addresses that reside in the partition. For more information,
	    see help net route-domain.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies a unique name for the component. This option is required
	    for the commands create and modify.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

SEE ALSO
       auth user, create, delete, glob, list, modify, net route-domain, regex,
       show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2010, 2012-2013. All rights
       reserved.



BIG-IP				  2013-03-21		     auth partition(1)