| ||
| detail: element | attribute | value | ||
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,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| activationCode | xsd:string | false | false | Activation code to be used to enable multi-tenancy; only used when enabling multi-tenancy for the first time.
| |
| configurationType | xsd:string | false | false | The multi-tenancy configuration type; supported types are: ENTERPRISE, NONE (only as a returned value before multi-tenancy is configured)
| |
| licenseModeType | xsd:string | false | false | License mode; supported choices are: PER_TENANT, PRIMARY_TENANT_INHERITANCE, NONE (only as a returned value before multi-tenancy is configured)
|
| ||
| detail: element | attribute | value | ||