Deep Security Manager REST API

Name: dsCredentials

Parameters passed to log in to DSM.

XML Example:
<dsCredentials>
  <applicationInfos>applicationInfos</applicationInfos>
  <password>xsd:string</password>
  <tenantName>xsd:string</tenantName>
  <userName>xsd:string</userName>
</dsCredentials>
JSON Example:
{"dsCredentials":
 {
   "applicationInfos": applicationInfos,
   "password": String,
   "tenantName": String,
   "userName": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
applicationInfosapplicationInfosfalsefalseApplication information provided by calling application, optional

passwordxsd:stringfalsefalsePassword used for authentication

tenantNamexsd:stringfalsefalseTenant account name; required when logging in to a tenant account.

userNamexsd:stringfalsefalseUser name to use for authentication


Copyright © 2015 Trend Micro Inc. All Rights Reserved.