apm aaa endpoint-management-systemΒΆ

apm aaa endpoint-management-system(1)			BIG-IP TMSH Manual		     apm aaa endpoint-management-system(1)

NAME
       endpoint-management-system - Manages an integration with a remote Mobile Device Management (MDM) server.

MODULE
       apm aaa

SYNTAX
       Configure the endpoint-management-system component within the aaa module using the syntax shown in the following sections.

   CREATE/MODIFY
	create endpoint-management-system [name]
	   options:
	    type [airwatch | maas360 | ms-intune]
	    fqdn [string]
	    port [port]
	    serverssl-profile [name]
	    description [[string] | none]
	    username [string]
	    password [string]
	    mdm-token [[string] | none]
	    billing-id [[string] | none]
	    application-id [[string] | none]
	    access-key [[string] | none]
	    platform [[string] | none]
	    tenant-id [[string] | none]
	    client-id [[string] | none]
	    client-secret [[string] | none]
	    dns-resolver [[name] | none]
	    app-version [[string] | none]
	    sync-interval [[integer] | none]
	    location-specific [true | false]
	modify endpoint-management-system [name]
	  options:
	    fqdn [string]
	    port [port]
	    serverssl-profile [name]
	    description [[string] | none]
	    username [string]
	    password [string]
	    mdm-token [[string] | none]
	    billing-id [[string] | none]
	    application-id [[string] | none]
	    access-key [[string] | none]
	    platform [[string] | none]
	    tenant-id [[string] | none]
	    client-id [[string] | none]
	    client-secret [[string] | none]
	    dns-resolver [[name] | none]
	    app-version [[string] | none]
	    sync-interval [[integer] | none]
	    location-specific [true | false]

	edit endpoint-management-system [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

   DELETE
	delete endpoint-management-system [name]

DESCRIPTION
       You can use the endpoint-management-system component to manage an integration with remote Mobile Device Management (MDM)
       server.

EXAMPLES
       create endpoint-management-system MyEndpointManagementSystem { type airwatch fqdn "server01.company.com" port 443
       serverssl-profile serverssl username "administrator" password "!My123Password" mdm-token "token" }
	    Creates the endpoint management system named MyEndpointManagementSystem with MDM API URL server01.company.com:port,
	    sets serverssl-profile to serverssl, sets the MDM administrator user name  to administrator and the password to
	    !My123Password, and sets the API token to token.

       delete endpoint-management-system MyEndpointManagementSystem
	    Deletes the endpoint management system named MyEndpointManagementSystem from the system.

OPTIONS
       name Specifies the name for the endpoint management system. This setting is required.

       type Specifies the type of endpoint management system: airwatch, maas360 or ms-intune. This setting is required.

       fqdn Specifies the fully qualified domain name. This setting is required.

       port Specifies the port number. Default is 443

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

       description
	    Specifies a description for the component. The default is none.

       username
	    Specifies the user name of the MDM administrator. This setting is required.

       password
	    Specifies the password the MDM administrator uses to log in. This setting is required.

       mdm-token
	    Specifies the API token.

       billing-id
	    Specifies the billing ID for the user's IBM Maas360 account. Valid only for maas360 type.

       application-id
	    Specifies the application ID provided by IBM Maas360. Valid only for maas360 type.

       access-key
	    Specifies the access key provided by IBM Maas360. Valid only for maas360 type.

       platform
	    Specifies the platform version of the IBM Maas360 console. Valid only for maas360 type.

       tenant-id
	    Specifies the Microsoft Intune Tenant Id. Valid only for ms-intune type.

       client-id
	    Specifies the Client Id of the Web App created on Microsoft Azure for the Microsoft Intune Integration. Valid only for
	    ms-intune type.

       client-secret
	    Specifies the Client Secret of Web App created on Microsoft Azure for the Microsoft Intune Integration. Valid only for
	    ms-intune type.

       dns-resolver
	    Specifies the Dns Resolver. Valid only for ms-intune type.

       app-version
	    Specifies the current version number of the application that corresponds to the account.

       sync-interval
	    Specifies the length of time it takes for the synchronization to complete. The default is 240 minutes.

       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.

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-2015. All rights reserved.

BIG-IP							    2018-01-18			     apm aaa endpoint-management-system(1)