ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse

data class ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse(val billedAzureSubscriptionId: String? = null, val elasticOrganizationId: String? = null, val elasticOrganizationName: String? = null, val marketplaceSaasInfo: MarketplaceSaaSInfoResponse)

The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.

Constructors

constructor(billedAzureSubscriptionId: String? = null, elasticOrganizationId: String? = null, elasticOrganizationName: String? = null, marketplaceSaasInfo: MarketplaceSaaSInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization.

Link copied to clipboard

The Elastic Organization Id.

Link copied to clipboard

The Elastic Organization Name.

Link copied to clipboard

Marketplace SaaS Info of the resource.