Package-level declarations

Types

Link copied to clipboard
data class ApplicationPropertiesResponse(val applicationDescription: String? = null, val applicationType: String? = null, val legalName: String? = null, val name: String? = null, val organizationDescription: String? = null, val privacyContactEmailAddress: String? = null, val taxNumber: String? = null)

Details about the Application that would use the Operator's Network APIs.

Link copied to clipboard
data class GetGatewayResult(val azureApiVersion: String, val gatewayBaseUrl: String, val id: String, val location: String, val name: String, val operatorApiConnections: List<String>, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Programmable Connectivity Gateway resource.

Link copied to clipboard
data class GetOperatorApiConnectionResult(val accountType: String, val appId: String? = null, val azureApiVersion: String, val camaraApiName: String, val configuredApplication: ApplicationPropertiesResponse? = null, val gatewayId: String, val id: String, val location: String, val name: String, val operatorApiPlanId: String, val operatorName: String, val provisioningState: String, val saasProperties: SaasPropertiesResponse? = null, val status: StatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A Programmable Connectivity Operator API Connection resource

Link copied to clipboard
data class SaasPropertiesResponse(val saasResourceId: String? = null, val saasSubscriptionId: String? = null)

Details about the SaaS offer purchased from the marketplace.

Link copied to clipboard
data class StatusResponse(val reason: String? = null, val state: String? = null)

Description of the current status of the OperatorApiConnection resource.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.