apm resource portal-accessΒΆ

apm resource portal-access(1) BIG-IP TMSH Manual apm resource portal-access(1)



NAME
       portal-access - Configures a portal access resource.

MODULE
       apm resource

SYNTAX
       Configure the portal-access component within the resource module using
       the syntax shown in the following sections.

   CREATE/MODIFY
	create portal-access [name]
	modify portal-access [name]
	  options:
	    acl-order [integer]
	    application-uri [string] | none]
	    app-service [[string] | none]
	    css-patching [true | false]
	    customization-group [string] | none]
	    description [string] | none]
	    flash-patching [true | false]
	    host-replace-string [string] | none]
	    host-search-strings [string] | none]
	    html-patching [true | false]
	    items [add | delete | modify | replace-all-with] {
	      [string]
	    }
	    javascript-patching [true | false]
	    location-specific [true | false]
	    patching-type [full-patch | min-patch]
	    path-match-case [true | false]
	    proxy-host [string] | none]
	    proxy-port [string] | none]
	    publish-on-webtop [true | false]
	    scheme-patching [true | false]

	edit portal-access [ all-properties | non-default-properties ]
	  options:
	    all-properties
	    non-default-properties

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

	show portal-access
	show portal-access [name]

   DELETE
	delete portal-access [name]

DESCRIPTION
       You can use the portal-access component to specify a portal access
       resource.

EXAMPLES
	    item create portal-access myportalaccess acl-order 14 patching-
	    type full-patch items add { item1 { host www.mywebsite.com paths
	    /* }}

	    Creates a portal access resource named myportalaccess.

	    item delete portal-access myportalaccess

	    Deletes the portal access resource named myportalaccess.

OPTIONS
       acl-order
	    Specifies the order of this portal access in Access Policy Manager
	    ACL lists. This option is required.

       application-uri
       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.

       css-patching
	    Specifies whether the response content type CSS is patched. The
	    default is true.

       customization-group
	    The customization group is created automatically if not specified.

       description
	    Specifies a description of the resource. The default is none.

       flash-patching
	    Specifies whether the system patches Flash content. The default is
	    true.

       host-replace-string
	    Specifies the replacement host string, when you specify minimal
	    for the patching-type option.

       host-search-strings
	    Specifies the host string to replace, when you specify minimal for
	    the patching-type option.

       html-patching
	    Specifies whether the system patches HTML content. The default is
	    true.

       items
	    Configures the host name or IP address, the network mask (if the
	    resource is a network), the port, and any paths specified for a
	    portal access resource. The default is none.

       javascript-patching
	    Specifies whether the system patches JavaScript content. The
	    default is true.

       location-specific
	    Specifies whether or not this object contains one or more
	    attributes with values that are specific to the location where the
	    BIG-IP device resides. The location-specific attribute is either
	    true or false. When using policy sync, mark an object as location-
	    specific to prevent errors that can occur when policies reference
	    objects, such as authentication servers, that are specific to a
	    certain location.

       [name]
	    Specifies a unique name for the component.

       patching-type
	    Specifies whether this resource provides minimal or full path
	    patching.

       path-match-case
	    Specifies whether the application URI is case-sensitive. The
	    default is true.

       proxy-host
	    Specifies the proxy host that the portal access uses. The default
	    is none. If you configure this option, you must also configure the
	    option proxy-port.

       proxy-port
	    Specifies the port that the portal access proxy uses. The default
	    is none. Configure this option, only when you configure the option
	    proxy-host.

       publish-on-webtop
	    Specifies whether to publish this resource on the webtop. The
	    default is false. If you set this option to true, you must also
	    specify the Application URI using the application-uri option.

       scheme-patching
	    Specifies whether this resource replaces all HTTP scheme addresses
	    with HTTPS scheme addresses. This option is effective only when
	    minimal patching is selected for patching-type. The default is
	    false.

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-12-03	 apm resource portal-access(1)