apm aaa f5-service-connectorΒΆ

apm aaa f5-service-connector(1BIG-IP TMSH Manuaapm aaa f5-service-connector(1)



NAME
       f5-service-connector - Specifies properties for establishing a
       connection to an F5 multi-factor authentication service that is
       external to and separate from BIG-IP Access Policy Manager and the
       BIG-IP system.

MODULE
       apm aaa

SYNTAX
       Configure the f5-service-connector component within the aaa module
       using the syntax shown in the following sections.

   CREATE/MODIFY
	create f5-service-connector [name]
	modify f5-service-connector [name]
	   options:
	    app-service [[string] | none]
	    service-url [string]
	    customer-id [string]
	    customer-key [string]
	    dns-resolver [name]
	    serverssl-profile [name]

	edit f5-service-connector [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list f5-service-connector
	list f5-service-connector [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete f5-service-connector [name]

DESCRIPTION
       You can use the f5-service-connector component to create F5 MFA
       Configuration component.

EXAMPLES
       create f5-service-connector MyF5ServiceConnector { service-url
       "https://service01.company.com" customer-id "id01" customer-key "key01"
       dns-resolver new-dns-resolver serverssl-profile serverssl }
	    Creates the F5 service connector named MyF5ServiceConnector with
	    service URL https://service01.company.com, sets the customer id to
	    id01, sets the customer-key to key01, sets dns-resolver to new-
	    dns-resolver and sets serverssl-profile to serverssl

       delete f5-service-connector MyF5ServiceConnector
	    Deletes the F5 service connector named MyF5ServiceConnector from
	    the system.

OPTIONS
       [name]
	    Specifies the name for the F5 service connector. This setting 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.

       service-url
	    Specifies the URL for connecting to the service. This setting is
	    required.

       customer-id
	    Specifies the customer id for the service. This setting is
	    required.

       customer-key
	    Specifies the customer key for the service. This setting is
	    required.

       dns-resolver
	    Specifies the DNS resolver for the connector to use. This setting
	    is required.

       serverssl-profile
	    Specifies the server SSL profile. This setting is required.

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



BIG-IP				  2017-09-19   apm aaa f5-service-connector(1)