apm policy agent ending-allowΒΆ

apm policy agent ending-allow(BIG-IP TMSH Manuapm policy agent ending-allow(1)



NAME
       ending-allow - Manages an Ending Allow agent.

MODULE
       apm policy agent

SYNTAX
       Configure the ending-allow component within the policy agent module
       using the following syntax.

   CREATE/MODIFY
	create ending-allow [name]
	modify ending-allow [name]
	  options:
	    app-service [[string] | none]

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

   DELETE
	delete ending-allow ([name] | all)

DESCRIPTION
       Access policy endings indicate the final outcome of a branch of an
       access policy. An Allow ending is a successful ending in which the
       system displays the user's home page and grants access to a webtop
       connection.

EXAMPLES
       create ending-allow MyEndingAllowAgent { }
	    Creates the Ending Allow agent named MyEndingAllowAgent.

       list ending-allow
	    Displays a list of Ending Allow agents.

       delete ending-allow MyEndingAllowAgent
	    Deletes the Ending Allow agent named MyEndingDeniedAgent.

OPTIONS
       [name]
	    Specifies the name of an Ending Allow agent. This option is
	    required.

       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.

       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 ending-allow(1)