Get Workflow Result
data class GetWorkflowResult(val accessEndpoint: String, val connectorEndpointIpAddresses: List<String>, val connectorOutboundIpAddresses: List<String>, val id: String, val identities: List<GetWorkflowIdentity>, val location: String, val logicAppIntegrationAccountId: String, val name: String, val parameters: Map<String, String>, val resourceGroupName: String, val tags: Map<String, String>, val workflowEndpointIpAddresses: List<String>, val workflowOutboundIpAddresses: List<String>, val workflowSchema: String, val workflowVersion: String)
A collection of values returned by getWorkflow.
Constructors
Link copied to clipboard
constructor(accessEndpoint: String, connectorEndpointIpAddresses: List<String>, connectorOutboundIpAddresses: List<String>, id: String, identities: List<GetWorkflowIdentity>, location: String, logicAppIntegrationAccountId: String, name: String, parameters: Map<String, String>, resourceGroupName: String, tags: Map<String, String>, workflowEndpointIpAddresses: List<String>, workflowOutboundIpAddresses: List<String>, workflowSchema: String, workflowVersion: String)
Properties
Link copied to clipboard
The Access Endpoint for the Logic App Workflow
Link copied to clipboard
The list of access endpoint IP addresses of connector.
Link copied to clipboard
The list of outgoing IP addresses of connector.
Link copied to clipboard
An identity
block as defined below.
Link copied to clipboard
The ID of the integration account linked by this Logic App Workflow.
Link copied to clipboard
A map of Key-Value pairs.
Link copied to clipboard
Link copied to clipboard
The list of access endpoint IP addresses of workflow.
Link copied to clipboard
The list of outgoing IP addresses of workflow.
Link copied to clipboard
The Schema used for this Logic App Workflow.
Link copied to clipboard
The version of the Schema used for this Logic App Workflow. Defaults to 1.0.0.0
.