apm policy agent ending-denyΒΆ

apm policy agent ending-deny(1BIG-IP TMSH Manuaapm policy agent ending-deny(1)



NAME
       ending-deny - Manages an Ending Deny agent.

MODULE
       apm policy agent

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

   CREATE/MODIFY
	create ending-deny [name]
	modify ending-deny [name]
	  options
	    app-service [[string] | none]
	    customization-group [name]

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

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

DESCRIPTION
       Access policy endings indicate the final outcome of a branch of an
       access policy. The Logon Deny ending is the final result of an
       unsuccessful logon attempt (the failure could be caused by an incorrect
       logon attempt, a security requirement incompatibility, or the use of an
       unsupported device). Upon reaching a Logon Deny ending, the user sees
       an error message. You can use the ending-deny component to create and
       manage an Ending Deny agent.

EXAMPLES
       create ending-deny MyEndingDenyAgent customization-group MyLogOffCG
	    Creates the Ending Deny agent named MyEndingDenyAgent that is
	    associated with the MyLogOffCG customization group.

       list ending-deny
	    Displays a list of Ending Deny agents.

       delete ending-deny MyEndingDenyAgent
	    Deletes the Ending Deny agent named MyEndingDenyAgent.

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.

       customization-group
	    Specifies the name of the existing customization-group to which
	    the agent belongs. It enables you to customizes the logon deny
	    page. For example, you can indicate a specific reason for the
	    denial of access. This setting is required, and the customization
	    group that you assign must be of the type logout.

       [name]
	    Specifies the name of an Ending Deny 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 ending-deny(1)