| ||
| detail: element | attribute | value | ||
Provides options for the multi-tenant configuration of DSM.
XML Example:<updateMultiTenantConfigurationRequest> <multiTenantConfigurationElement>multiTenantConfiguration</multiTenantConfigurationElement> <sessionId>xsd:string</sessionId> </updateMultiTenantConfigurationRequest> | JSON Example:{"updateMultiTenantConfigurationRequest":
{
"multiTenantConfigurationElement": multiTenantConfiguration,
"sessionId": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| multiTenantConfigurationElement | multiTenantConfiguration | false | false | The multi-tenant configuration.
| |
| sessionId | xsd:string | false | false | The session identifier, as retrieved from the authenticate API.
|
| ||
| detail: element | attribute | value | ||