Package-level declarations

Types

data class BusinessProcessDevelopmentArtifactPropertiesResponse(val businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, val businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, val description: String? = null, val identifier: BusinessProcessIdentifierResponse? = null, val trackingProfiles: Map<String, TrackingProfileDefinitionResponse>? = null)

The properties of business process development artifact.

Link copied to clipboard
data class BusinessProcessIdentifierResponse(val propertyName: String? = null, val propertyType: String? = null)

The properties of business process identifier.

Link copied to clipboard
data class BusinessProcessMappingItemResponse(val logicAppResourceId: String? = null, val operationName: String? = null, val operationType: String? = null, val workflowName: String? = null)

The properties of business process mapping.

Link copied to clipboard
data class BusinessProcessReferenceResponse(val name: String? = null, val version: String? = null)

The business process reference.

Link copied to clipboard
data class BusinessProcessStageResponse(val description: String? = null, val properties: Map<String, String>? = null, val stagesBefore: List<String>? = null)

The properties of business process stage.

Link copied to clipboard
data class FlowTrackingDefinitionResponse(val correlationContext: TrackingCorrelationContextResponse? = null, val events: Map<String, TrackingEventDefinitionResponse>? = null)

The workflow tracking definition.

The business process development artifact save or get response.

Link copied to clipboard
data class GetApplicationResourceResult(val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val resourceId: String, val resourceKind: String? = null, val resourceType: String, val systemData: SystemDataResponse, val type: String)

A resource under application.

Link copied to clipboard
data class GetApplicationResult(val azureApiVersion: String, val description: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val trackingDataStores: Map<String, TrackingDataStoreResponse>? = null, val type: String)

An integration application under space.

Link copied to clipboard
data class GetBusinessProcessResult(val azureApiVersion: String, val businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, val businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, val description: String? = null, val id: String, val identifier: BusinessProcessIdentifierResponse? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tableName: String? = null, val trackingDataStoreReferenceName: String? = null, val type: String, val version: String)

A business process under application.

Link copied to clipboard
data class GetInfrastructureResourceResult(val azureApiVersion: String, val id: String, val name: String, val provisioningState: String, val resourceId: String, val resourceType: String, val systemData: SystemDataResponse, val type: String)

An infrastructure resource under Space.

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

An integration space.

The business process development artifact get collection response.

The business process development artifact save or get response.

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.

Link copied to clipboard
data class TrackingCorrelationContextResponse(val operationName: String? = null, val operationType: String? = null, val propertyName: String? = null, val value: String? = null)

The tracking correlation context.

Link copied to clipboard
data class TrackingDataStoreResponse(val dataStoreIngestionUri: String? = null, val dataStoreResourceId: String? = null, val dataStoreUri: String? = null, val databaseName: String? = null)

The properties of tracking data store.

Link copied to clipboard
data class TrackingEventDefinitionResponse(val operationName: String? = null, val operationType: String? = null, val properties: Map<String, Any>? = null)

The tracking event definition.

Link copied to clipboard
data class TrackingProfileDefinitionResponse(val businessProcess: BusinessProcessReferenceResponse? = null, val schema: String? = null, val trackingDefinitions: Map<String, FlowTrackingDefinitionResponse>? = null)

The tracking profile for the business process