apm policy agent dynamic-aclΒΆ

apm policy agent dynamic-acl(1BIG-IP TMSH Manuaapm policy agent dynamic-acl(1)



NAME
       dynamic-acl - Manages a Dynamic ACL agent.

MODULE
       apm policy agent

SYNTAX
       Configure the dynamic-acl component within the policy agent module
       using the following syntax.

   CREATE/MODIFY
	create dynamic-acl [name]
	modify dynamic-acl [name]
	  options
	    app-service [[string] | none]
	    entries [ add | delete | modify | none | replace-all-with]

   DISPLAY
	list dynamic-acl
	list dynamic-acl [ [ [name] | [glob] | [regex] ] ... ]
	show running-config dynamic-acl
	show running-config dynamic-acl  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all
	    all-properties
	    app-service
	    current-module
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete dynamic-acl [name]

DESCRIPTION
       You can use the dynamic-acl component to create and manage a Dynamic
       access control list (acl) agent that parses ACL text input with a
       specified format from a specified session variable, assigns the parsed
       entry into a Dynamic ACL object, and assigns it into a current user
       session. An ACL is a set of restrictions associated with a resource or
       favorite that defines access for users and groups.

EXAMPLES
       create dynamic-acl  {
        { acl  [ format [f5 | cisco] ] source
        } } }>
	    Creates the Dynamic ACL agent named MyDynamicAclAgent.

       list dynamic-acl
	    Displays a list of Dynamic ACL agents.

       delete dynamic-acl MyDynamicAclAgent
	    Deletes the Dynamic ACL agent named MyDynamicAclAgent.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       entries
	    Specifies the name of the entry to assign this dynamic access
	    control list.

       [name]
	    Specifies the name of the Dynamic Acl agent. This setting is
	    required.

       partition
	    Displays the partition within which the component resides.

SEE ALSO
       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 2011-2012. All rights reserved.



BIG-IP				  2012-10-19   apm policy agent dynamic-acl(1)