Elastic Organization To Azure Subscription Mapping Response Properties Response
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
Link copied to clipboard
constructor(billedAzureSubscriptionId: String? = null, elasticOrganizationId: String? = null, elasticOrganizationName: String? = null, marketplaceSaasInfo: MarketplaceSaaSInfoResponse)
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.