PendingConnectionResponse

data class PendingConnectionResponse(val approver: String, val dateSubmitted: String, val direction: String? = null, val flowTypes: List<String>? = null, val id: String, val justification: String? = null, val linkStatus: String, val linkedConnectionId: String, val location: String, val name: 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 schemaUris: List<String>? = null, val schemas: List<SchemaResponse>? = null, val secondaryContacts: List<String>? = null, val status: String, val statusReason: String, val subscriptionId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Pending connection object

Constructors

Link copied to clipboard
constructor(approver: String, dateSubmitted: String, direction: String? = null, flowTypes: List<String>? = null, id: String, justification: String? = null, linkStatus: String, linkedConnectionId: String, location: String, name: String, pin: String? = null, pipeline: String, policies: List<String>? = null, primaryContact: String? = null, provisioningState: String, remoteSubscriptionId: String? = null, requirementId: String? = null, schemaUris: List<String>? = null, schemas: List<SchemaResponse>? = null, secondaryContacts: List<String>? = null, status: String, statusReason: String, subscriptionId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: 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 id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

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

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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
val schemaUris: List<String>? = null

The schema URIs 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

Link copied to clipboard

Subscription ID of the pending connection.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"