ConnectionPropertiesResponse

data class ConnectionPropertiesResponse(val approver: String, val dateSubmitted: String, val direction: String? = null, val flowTypes: List<String>? = null, val justification: String? = null, val linkStatus: String, val linkedConnectionId: String, val pin: String? = null, val pipeline: String, val policies: List<String>? = null, val primaryContact: String? = null, val provisioningState: String, val remoteSubscriptionId: String? = null, val requirementId: String? = null, val schemas: List<SchemaResponse>? = null, val secondaryContacts: List<String>? = null, val status: String, val statusReason: String)

Properties of connection

Constructors

Link copied to clipboard
constructor(approver: String, dateSubmitted: String, direction: String? = null, flowTypes: List<String>? = null, justification: String? = null, linkStatus: String, linkedConnectionId: String, pin: String? = null, pipeline: String, policies: List<String>? = null, primaryContact: String? = null, provisioningState: String, remoteSubscriptionId: String? = null, requirementId: String? = null, schemas: List<SchemaResponse>? = null, secondaryContacts: List<String>? = null, status: String, statusReason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Approver of this connection request

Link copied to clipboard

The timestamp that this connection request was submitted at

Link copied to clipboard
val direction: String? = null

Direction of data movement

Link copied to clipboard
val flowTypes: List<String>? = null

The flow types being requested for this connection

Link copied to clipboard
val justification: String? = null

Justification for the connection request

Link copied to clipboard

Resource ID of the linked connection

Link copied to clipboard

Link status of the current connection

Link copied to clipboard
val pin: String? = null

PIN to link requests together

Link copied to clipboard

Pipeline to use to transfer data

Link copied to clipboard
val policies: List<String>? = null

The policies for this connection

Link copied to clipboard
val primaryContact: String? = null

The primary contact for this connection request

Link copied to clipboard

Provisioning state of the connection

Link copied to clipboard

Subscription ID to link cloud subscriptions together

Link copied to clipboard
val requirementId: String? = null

Requirement ID of the connection

Link copied to clipboard

The schemas for this connection

Link copied to clipboard

The secondary contacts for this connection request

Link copied to clipboard

Status of the connection

Link copied to clipboard

Reason for status