Workflow Args
constructor(accessControl: Output<WorkflowAccessControlArgs>? = null, enabled: Output<Boolean>? = null, identity: Output<WorkflowIdentityArgs>? = null, integrationServiceEnvironmentId: Output<String>? = null, location: Output<String>? = null, logicAppIntegrationAccountId: Output<String>? = null, name: Output<String>? = null, parameters: Output<Map<String, String>>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, workflowParameters: Output<Map<String, String>>? = null, workflowSchema: Output<String>? = null, workflowVersion: Output<String>? = null)