Deep Security Manager REST API

Name: tenantTemplate

A structure containing information about the Tenant Template if one has been created.

XML Example:
<tenantTemplate>
  <dateCreated>xsd:datetime</dateCreated>
  <tenantId>xsd:int</tenantId>
  <tenantName>xsd:string</tenantName>
</tenantTemplate>
JSON Example:
{"tenantTemplate":
 {
   "dateCreated": Date,
   "tenantId": Number,
   "tenantName": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
dateCreatedxsd:datetimefalsefalseReturn the date at which the template was created, or null if there is no template.

tenantIdxsd:intfalsefalseReturn the ID of the tenant the template is based on, or null if there is no template or the tenant ID cannot be determined, for example if the tenant has been deleted.

tenantNamexsd:stringfalsefalseReturn the name of the tenant the template is based on, or null if there is no template.


Copyright © 2015 Trend Micro Inc. All Rights Reserved.