Deep Security Manager REST API

Name: createTenantRequest

Class encapsulating data/directive to be used for the creation of a new tenant.

For tenant creation, only name, language, country, and time zone are required in the tenant element.

XML Example:
<createTenantRequest>
  <createOptions>createTenantOptions</createOptions>
  <sessionId>xsd:string</sessionId>
  <tenantElement>tenant</tenantElement>
</createTenantRequest>
JSON Example:
{"createTenantRequest":
 {
   "createOptions": createTenantOptions,
   "sessionId": String,
   "tenantElement": tenant,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
createOptionscreateTenantOptionsfalsefalseThe options to use when creating the tenant.

sessionIdxsd:stringfalsefalseThe session identifier, as retrieved from the authenticate API.

tenantElementtenantfalsefalseThe information about the tenant.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.