Associated Tenant Properties Args
data class AssociatedTenantPropertiesArgs(val billingManagementState: Output<Either<String, BillingManagementTenantState>>? = null, val displayName: Output<String>? = null, val provisioningManagementState: Output<Either<String, ProvisioningTenantState>>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<AssociatedTenantPropertiesArgs>
An associated tenant.
Constructors
Link copied to clipboard
constructor(billingManagementState: Output<Either<String, BillingManagementTenantState>>? = null, displayName: Output<String>? = null, provisioningManagementState: Output<Either<String, ProvisioningTenantState>>? = null, tenantId: Output<String>? = null)
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
The name of the 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.