AssociatedTenantPropertiesResponse

data class AssociatedTenantPropertiesResponse(val billingManagementState: String? = null, val displayName: String? = null, val provisioningBillingRequestId: String, val provisioningManagementState: String? = null, val provisioningState: String, val tenantId: String? = null)

An associated tenant.

Constructors

Link copied to clipboard
constructor(billingManagementState: String? = null, displayName: String? = null, provisioningBillingRequestId: String, provisioningManagementState: String? = null, provisioningState: String, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state determines whether users from the associated tenant can be assigned roles for commerce activities like viewing and downloading invoices, managing payments, and making purchases.

Link copied to clipboard
val displayName: String? = null

The name of the associated tenant.

Link copied to clipboard

The unique identifier for the billing request that is created when enabling provisioning for an associated tenant.

Link copied to clipboard

The state determines whether subscriptions and licenses can be provisioned in the associated tenant. It can be set to 'Pending' to initiate a billing request.

Link copied to clipboard

The provisioning state of the resource during a long-running operation.

Link copied to clipboard
val tenantId: String? = null

The ID that uniquely identifies a tenant.