apm sso saml-resourceΒΆ

apm sso saml-resource(1)      BIG-IP TMSH Manual      apm sso saml-resource(1)



NAME
       saml-resource - Configures saml resource.

MODULE
       apm sso

SYNTAX
       Configure a saml-resource using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create saml-resource [name]
	modify saml-resource [name]
	  options:
	    app-service [[string] | none]
	    customization-group [[string] | none]
	    description [[string] | none]
	    location-specific [true | false]
	    publish-on-webtop [true | false]
	    sso-config-saml [[string] | none]

	edit saml-resource [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

   DELETE
	delete saml-resource [name]

DESCRIPTION
       You can use saml-resource component to configure saml resource.

EXAMPLES
       create saml-resource my_saml_resource { sso-config-saml my_saml_sso_obj
       publish-on-webtop true }
	    Creates a saml resource named my_saml_resource with saml sso
	    object 'my_saml_sso_obj' and with option to display this resource
	    on full webtop.

       delete saml-resource my_saml_resource
	    Deletes the saml resource named my_saml_resource.

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 customization group associated with saml resource.

       description
	    Specifies a description for the saml resource. The default is
	    none.

       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.

       publish-on-webtop
	    Specifies whether to display the SAML resource on the full webtop
	    or not. Default value is true.

       sso-config-saml
	    Specifies saml sso config object associated with this saml
	    resource. This saml sso object should only have one saml sp
	    connector associated with it.

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 2012-2013, 2016. All rights
       reserved.



BIG-IP				  2016-03-14	      apm sso saml-resource(1)