apm aaa okta-connectorΒΆ

apm aaa okta-connector(1)				BIG-IP TMSH Manual				 apm aaa okta-connector(1)

NAME
       okta-connector - stores the Okta API parameters.

MODULE
       apm aaa

SYNTAX
       Configure the okta-connector object within the aaa module using the syntax shown in the following sections.

   CREATE/MODIFY
	create/modify okta-connector [name]
	   options:
	    domain [string]
	    token [string]
	    transport [name]

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

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

   DELETE
	delete okta-connector [name]

DESCRIPTION
       okta-connector is used by Okta MFA agent to communicate with Okta service.

EXAMPLES
       create okta-connector OktaConnectMFA domain dev-678901.okta.com token api-token transport YourHttpConnectorTransport
	    Creates the Okta Connector object named OktaConnectMFA.

       delete okta-connector OktaConnectMFA
	    Deletes the Okta Connector object named OktaConnectMFA from the system.

OPTIONS
       name Specifies the name for the Okta Connector object. This setting is required.

       domain
	    Specifies the Okta organization domain. This setting is required.

       token
	    Specifies the Okta API token. This setting is required.

       transport
	    Specifies the HTTP Connector Transport object. 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 2020. All rights reserved.

BIG-IP							    2020-02-25					 apm aaa okta-connector(1)