GetUserTenantsResult

data class GetUserTenantsResult(val id: String, val ids: List<String>, val names: List<String>, val outputFile: String? = null, val status: String? = null, val tenants: List<GetUserTenantsTenant>)

A collection of values returned by getUserTenants.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, names: List<String>, outputFile: String? = null, status: String? = null, tenants: List<GetUserTenantsTenant>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of DMS User Tenant IDs (UID).

Link copied to clipboard

A list of DMS User Tenant names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

The status of the user tenant.

Link copied to clipboard

A list of DMS User Tenants. Each element contains the following attributes: