Deep Security Manager REST API

Name: multiTenantConfiguration

A structure containing information about the Multi-Tenant Configuration.

XML Example:
<multiTenantConfiguration>
  <activationCode>xsd:string</activationCode>
  <configurationType>xsd:string</configurationType>
  <licenseModeType>xsd:string</licenseModeType>
</multiTenantConfiguration>
JSON Example:
{"multiTenantConfiguration":
 {
   "activationCode": String,
   "configurationType": String,
   "licenseModeType": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
activationCodexsd:stringfalsefalseActivation code to be used to enable multi-tenancy; only used when enabling multi-tenancy for the first time.

configurationTypexsd:stringfalsefalseThe multi-tenancy configuration type; supported types are: ENTERPRISE, NONE (only as a returned value before multi-tenancy is configured)

licenseModeTypexsd:stringfalsefalseLicense mode; supported choices are: PER_TENANT, PRIMARY_TENANT_INHERITANCE, NONE (only as a returned value before multi-tenancy is configured)


Copyright © 2015 Trend Micro Inc. All Rights Reserved.